ci: Use nextest on PowerPC64LE and s390x

See https://github.com/taiki-e/install-action/issues/1056 for the
context.
This commit is contained in:
Taiki Endo 2025-09-11 05:22:44 +09:00 committed by GitHub
parent b2aa2200aa
commit 3220121a33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,10 +132,7 @@ jobs:
rustup default "$channel"
rustup target add "${{ matrix.target }}"
# Our scripts use nextest if possible. This is skipped on the native ppc
# and s390x runners since install-action doesn't support them.
- uses: taiki-e/install-action@nextest
if: "!(matrix.os == 'ubuntu-24.04-ppc64le' || matrix.os == 'ubuntu-24.04-s390x')"
- uses: Swatinem/rust-cache@v2
with: