Skip to content

Commit 6e1e288

Browse files
authored
Fix CI config
1 parent 394e602 commit 6e1e288

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ jobs:
7878
with:
7979
targets: ${{ matrix.target }}
8080
- name: Install multilib
81-
run: sudo apt-get update
82-
run: sudo apt-get install gcc-multilib
81+
run: sudo apt-get update && sudo apt-get install gcc-multilib
8382
- uses: Swatinem/rust-cache@v2
8483
- run: cargo test --target=${{ matrix.target }} --features=std
8584

0 commit comments

Comments
 (0)