Skip to content

Commit

Permalink
win test
Browse files Browse the repository at this point in the history
  • Loading branch information
montythind committed Oct 24, 2024
1 parent aa73b2f commit ca0240c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ jobs:
export PATH="/c/msys64/mingw64/bin:/c/msys64/usr/bin:$PATH"
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Check CMake installation
run: cmake --version
- name: Check CMake installation in MSYS2
run: |
pacman -Q mingw-w64-x86_64-cmake
- name: Check if CMake exists in the expected path
run: ls /c/msys64/mingw64/bin/cmake

- name: Configure with CMake
run: cmake -G "MinGW Makefiles" -B build
Expand Down

0 comments on commit ca0240c

Please sign in to comment.