Skip to content

Commit

Permalink
try ucrt on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 28, 2024
1 parent e47aaa3 commit fa52e25
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 @@ -78,8 +78,8 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: mingw-w64-x86_64-gcc mingw-w64-x86_64-rust mingw-w64-x86_64-make tar
msystem: ucrt64
install: mingw-w64-ucrt-x86_64-rust mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-make tar
update: true
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fa52e25

Please sign in to comment.