Skip to content

Commit e012b10

Browse files
committed
respond to review
1 parent eb765a4 commit e012b10

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-20.04
5050
needs: [rustfmt, minver, macos, linux_native_builds, rust_stable]
5151
strategy:
52-
fail-fast: true
52+
fail-fast: false
5353
matrix:
5454
target: [
5555
arm-unknown-linux-gnueabi,
@@ -74,8 +74,10 @@ jobs:
7474
components: clippy
7575

7676
# cross relies on docker or podman, GitHub Acton already has it installed.
77-
- name: setup cross
78-
run: cargo install cross --version 0.2.5
77+
- name: Set up cross
78+
uses: taiki-e/install-action@v2
79+
with:
80+
tool: cross@0.2.5
7981

8082
- name: build
8183
uses: ./.github/actions/build
@@ -101,7 +103,7 @@ jobs:
101103
linux_native_builds:
102104
runs-on: ubuntu-20.04
103105
strategy:
104-
fail-fast: true
106+
fail-fast: false
105107
matrix:
106108
target: [
107109
x86_64-unknown-linux-gnu,
@@ -169,7 +171,7 @@ jobs:
169171
env:
170172
BUILD: check
171173
strategy:
172-
fail-fast: true
174+
fail-fast: false
173175
matrix:
174176
include:
175177
# Cross claims to support Android, but when it tries to run Nix's tests it
@@ -258,7 +260,7 @@ jobs:
258260
ZFLAGS: -Zbuild-std
259261
CLIPPYFLAGS: -D warnings
260262
strategy:
261-
fail-fast: true
263+
fail-fast: false
262264
matrix:
263265
include:
264266
- target: x86_64-unknown-dragonfly

0 commit comments

Comments
 (0)