We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89063c5 + 049a2b7 commit 0bfbecaCopy full SHA for 0bfbeca
.github/workflows/linux.yml
@@ -30,7 +30,7 @@ jobs:
30
AUDITABLE_TEST_TARGET: "x86_64-unknown-linux-musl"
31
run: cargo test --all-features --workspace
32
- name: "Install the 32-bit GCC toolchain"
33
- run: sudo apt-get install gcc-multilib
+ run: sudo apt-get update && sudo apt-get install gcc-multilib
34
- name: "Test cross-compiling to i686-unknown-linux-gnu"
35
env:
36
AUDITABLE_TEST_TARGET: "i686-unknown-linux-gnu"
0 commit comments