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.
apt-get update
1 parent f99a32f commit 13005c5Copy full SHA for 13005c5
.github/workflows/ci.yaml
@@ -60,7 +60,8 @@ jobs:
60
runs-on: ubuntu-latest
61
steps:
62
- uses: actions/checkout@v5
63
- - run: sudo apt install crossbuild-essential-s390x
+ - run: sudo apt-get update
64
+ - run: sudo apt-get install crossbuild-essential-s390x
65
- run: rustup toolchain add nightly-x86_64-unknown-linux-gnu
66
- run: rustup toolchain add --force-non-host stable-s390x-unknown-linux-gnu
67
- run: rustup target add s390x-unknown-linux-gnu --toolchain stable-s390x-unknown-linux-gnu
0 commit comments