Skip to content

Commit

Permalink
Remove extra gcc install fixes windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
j-berman committed Aug 14, 2024
1 parent 918befb commit ee19361
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
curl -O https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-protobuf-c-1.4.1-1-any.pkg.tar.zst
curl -O https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-protobuf-21.9-1-any.pkg.tar.zst
pacman --noconfirm -U mingw-w64-x86_64-protobuf-c-1.4.1-1-any.pkg.tar.zst mingw-w64-x86_64-protobuf-21.9-1-any.pkg.tar.zst
# Update binutils if MinGW due to https://github.com/rust-lang/rust/issues/112368
pacman -Syu --needed mingw-w64-x86_64-gcc --noconfirm
- name: build
run: |
${{env.CCACHE_SETTINGS}}
Expand Down

0 comments on commit ee19361

Please sign in to comment.