Skip to content

Commit

Permalink
Add gcc-multilib package to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Nov 12, 2022
1 parent 97b1834 commit cb6fda1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-sys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y --allow-downgrades libstdc++6=8.4.0-1ubuntu1~18.04
sudo apt-get install --reinstall g++-8
sudo apt-get install -y gcc-multilib
- name: Set up base deps on musl
if: matrix.build == 'linux-musl-x64'
run: |
apk add build-base bash musl-dev curl make libtool libffi-dev gcc automake autoconf git openssl-dev g++
apk add build-base bash musl-dev curl make libtool libffi-dev gcc gcc-multilib automake autoconf git openssl-dev g++
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit cb6fda1

Please sign in to comment.