We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394e602 commit 6e1e288Copy full SHA for 6e1e288
1 file changed
.github/workflows/tests.yml
@@ -78,8 +78,7 @@ jobs:
78
with:
79
targets: ${{ matrix.target }}
80
- name: Install multilib
81
- run: sudo apt-get update
82
- run: sudo apt-get install gcc-multilib
+ run: sudo apt-get update && sudo apt-get install gcc-multilib
83
- uses: Swatinem/rust-cache@v2
84
- run: cargo test --target=${{ matrix.target }} --features=std
85
0 commit comments