Skip to content

Commit

Permalink
Edit CI/CD script
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Feb 19, 2024
1 parent c5e64cc commit f7b3f53
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 f7b3f53

Please sign in to comment.