Skip to content

Commit 6ed20e6

Browse files
authored
ci: Use nextest on PowerPC64LE and s390x
See taiki-e/install-action#1056 for the context.
1 parent a614590 commit 6ed20e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,7 @@ jobs:
132132
rustup default "$channel"
133133
rustup target add "${{ matrix.target }}"
134134
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.
137135
- uses: taiki-e/install-action@nextest
138-
if: "!(matrix.os == 'ubuntu-24.04-ppc64le' || matrix.os == 'ubuntu-24.04-s390x')"
139136

140137
- uses: Swatinem/rust-cache@v2
141138
with:

0 commit comments

Comments
 (0)