mirror of
https://github.com/monero-project/monero.git
synced 2025-01-05 23:07:54 -05:00
Remove extra gcc install fixes windows build
This commit is contained in:
parent
918befb0f5
commit
ee19361ea0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user