Skip to content

Commit

Permalink
do not explicitly install gcc on msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 28, 2024
1 parent fa52e25 commit 7809f3e
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: ucrt64
install: mingw-w64-ucrt-x86_64-rust mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-make tar
install: mingw-w64-ucrt-x86_64-rust mingw-w64-ucrt-x86_64-make tar
update: true
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7809f3e

Please sign in to comment.