Skip to content

Commit

Permalink
Fix for mingw CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aganm authored and sheredom committed Dec 6, 2023
1 parent 97236c1 commit 497969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Setup dependencies (MinGW)
if: matrix.compiler == 'gcc' && startsWith(matrix.os, 'windows')
uses: egor-tensin/setup-mingw@v2
uses: e-t-l/setup-mingw@patch-1

- name: Configure CMake
shell: bash
Expand Down

0 comments on commit 497969c

Please sign in to comment.