Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Urpagin committed May 11, 2024
1 parent 0c9c4c3 commit 1e5ce56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Install dependencies (Windows)
if: matrix.os == 'windows-latest'
run: |
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
choco install mingw
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --no-progress
choco install mingw --no-progress
- name: Configure CMake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 1e5ce56

Please sign in to comment.