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 a614590 commit 6ed20e6Copy full SHA for 6ed20e6
.github/workflows/main.yaml
@@ -132,10 +132,7 @@ jobs:
132
rustup default "$channel"
133
rustup target add "${{ matrix.target }}"
134
135
- # Our scripts use nextest if possible. This is skipped on the native ppc
136
- # and s390x runners since install-action doesn't support them.
137
- uses: taiki-e/install-action@nextest
138
- if: "!(matrix.os == 'ubuntu-24.04-ppc64le' || matrix.os == 'ubuntu-24.04-s390x')"
139
140
- uses: Swatinem/rust-cache@v2
141
with:
0 commit comments