Skip to content

Commit

Permalink
Try fix issue with MinGW action
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Feb 9, 2024
1 parent 16425c1 commit b6b0b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
choco install ninja cmake
ninja --version
cmake --version
set PATH=%PATH%;/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin # Fix issue with MinGW
set PATH=%PATH%;C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin # Fix issue with MinGW
- name: Install dependencies on Linux
if: startsWith(matrix.config.os, 'ubuntu')
Expand Down

0 comments on commit b6b0b0c

Please sign in to comment.