Skip to content

Commit

Permalink
Install gcc-multilib in x32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Dec 2, 2024
1 parent 98ca351 commit df959b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- target: i686-unknown-linux-gnu
packages: libc6-dev-i386 lib32gcc-11-dev
- target: x86_64-unknown-linux-gnux32
packages: libc6-dev-x32 libx32gcc-11-dev
packages: gcc-multilib libc6-dev-x32 libx32gcc-11-dev
# TODO: Find a Linux image/runner with CONFIG_X86_X32_ABI set
cargo_test_opts: --no-run
steps:
Expand Down

0 comments on commit df959b1

Please sign in to comment.