Skip to content

Commit

Permalink
GHA: Fix mingw checks
Browse files Browse the repository at this point in the history
* Workaround for msys2/setup-msys2#167
* Adapted from cocotb/cocotb@05036cb
  • Loading branch information
jeromerobert committed Oct 17, 2021
1 parent 7c58058 commit 97e10e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,8 @@ jobs:
- { sys: mingw64, env: x86_64 }
- { sys: mingw32, env: i686 }
steps:
- uses: msys2/setup-msys2@v2
# Force version because of https://github.com/msys2/setup-msys2/issues/167
- uses: msys2/setup-msys2@v2.4.2
with:
msystem: ${{matrix.sys}}
install: >-
Expand Down

0 comments on commit 97e10e3

Please sign in to comment.