We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941c2ff commit 9d4a91fCopy full SHA for 9d4a91f
.github/workflows/tests.yml
@@ -75,11 +75,7 @@ jobs:
75
with:
76
targets: ${{ matrix.target }}
77
- name: Install multilib
78
- # update is needed to fix the 404 error on install, see:
79
- # https://github.com/actions/virtual-environments/issues/675
80
- run: |
81
- sudo apt-get update
82
- sudo apt-get install gcc-multilib
+ run: 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