Skip to content

Commit

Permalink
msys ci: un-pin setup-msys2 action version
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Jan 26, 2022
1 parent dedda22 commit e24b808
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,7 @@ jobs:
- { sys: mingw64, env: x86_64 }
- { sys: mingw32, env: i686 }
steps:
# Force version because of https://github.com/msys2/setup-msys2/issues/167
- uses: msys2/[email protected]
- uses: msys2/setup-msys2@v2
with:
msystem: ${{matrix.sys}}
install: >-
Expand Down

0 comments on commit e24b808

Please sign in to comment.