Remove extra gcc install fixes windows build

This commit is contained in:
j-berman 2024-08-14 08:58:57 -07:00
parent 918befb0f5
commit ee19361ea0

View File

@ -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}}