Skip to content

Commit

Permalink
Fix !build_rust by updating lib32gcc (ParadiseSS13#27688)
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyMan3595 authored Dec 20, 2024
1 parent 2fa2576 commit bf32b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
rustup target add i686-pc-windows-gnu
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install zlib1g-dev:i386 lib32gcc-11-dev mingw-w64 mingw-w64-i686-dev
sudo apt-get install zlib1g-dev:i386 lib32gcc-13-dev mingw-w64 mingw-w64-i686-dev
# Build it.
cargo build --release --target i686-unknown-linux-gnu
Expand Down

0 comments on commit bf32b91

Please sign in to comment.