Skip to content

Commit

Permalink
quit being a bastard
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jun 17, 2024
1 parent 6eb3128 commit e2bcb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/install_auxtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ curl "https://github.com/$AUXTOOLS_REPO/archive/refs/tags/v$AUXTOOLS_VERSION.zip
unzip libauxtools.zip
rm libauxtools.zip
cd libauxtools
rustup target add i686-unknown-linux-gnu
rustup -y target add i686-unknown-linux-gnu
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install build-essential g++-multilib libc6-i386 libstdc++6:i386
Expand Down

0 comments on commit e2bcb11

Please sign in to comment.