Skip to content

Commit 0bfbeca

Browse files
authored
Merge pull request #227 from rust-secure-code/fix-ci-ubuntu-failure
Fix Ubuntu CI
2 parents 89063c5 + 049a2b7 commit 0bfbeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
AUDITABLE_TEST_TARGET: "x86_64-unknown-linux-musl"
3131
run: cargo test --all-features --workspace
3232
- name: "Install the 32-bit GCC toolchain"
33-
run: sudo apt-get install gcc-multilib
33+
run: sudo apt-get update && sudo apt-get install gcc-multilib
3434
- name: "Test cross-compiling to i686-unknown-linux-gnu"
3535
env:
3636
AUDITABLE_TEST_TARGET: "i686-unknown-linux-gnu"

0 commit comments

Comments
 (0)