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 ad8a522 commit 6c7b3bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,17 @@ jobs:
run: |
export PATH="/c/msys64/mingw64/bin:/c/msys64/usr/bin:$PATH"
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Install CMake with pacman
shell: bash
run: |
pacman -S --noconfirm mingw-w64-x86_64-cmake
- name: Install Toolchain (C, C++, Fortran Compilers)
shell: bash
run: |
pacman -S --noconfirm mingw-w64-x86_64-toolchain
- name: Check if CMake exists in the expected path
shell: bash
run: ls /c/msys64/mingw64/bin/cmake
Expand Down

0 comments on commit 6c7b3bc

Please sign in to comment.