Skip to content

Commit 9d4a91f

Browse files
committed
Remove workaround not needed on Ubuntu 22.04
Signed-off-by: Joe Richey <joerichey@google.com>
1 parent 941c2ff commit 9d4a91f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ jobs:
7575
with:
7676
targets: ${{ matrix.target }}
7777
- 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
78+
run: sudo apt-get install gcc-multilib
8379
- uses: Swatinem/rust-cache@v2
8480
- run: cargo test --target=${{ matrix.target }} --features=std
8581

0 commit comments

Comments
 (0)