We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89063c5 commit 049a2b7Copy full SHA for 049a2b7
1 file changed
.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