Skip to content

Commit 049a2b7

Browse files
committed
Run apt-get update before trying to install packages
1 parent 89063c5 commit 049a2b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)