Skip to content

Commit 13005c5

Browse files
committed
ci: Fix? run apt-get update at start of miri job
1 parent f99a32f commit 13005c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- uses: actions/checkout@v5
63-
- run: sudo apt install crossbuild-essential-s390x
63+
- run: sudo apt-get update
64+
- run: sudo apt-get install crossbuild-essential-s390x
6465
- run: rustup toolchain add nightly-x86_64-unknown-linux-gnu
6566
- run: rustup toolchain add --force-non-host stable-s390x-unknown-linux-gnu
6667
- run: rustup target add s390x-unknown-linux-gnu --toolchain stable-s390x-unknown-linux-gnu

0 commit comments

Comments
 (0)