Skip to content

Commit

Permalink
do not explicitly install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 28, 2024
1 parent e47aaa3 commit 8c03d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- 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
install: mingw-w64-x86_64-rust mingw-w64-x86_64-make tar
update: true
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8c03d34

Please sign in to comment.