We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd8e58 commit 89ad57cCopy full SHA for 89ad57c
1 file changed
.github/workflows/publish.yml
@@ -30,6 +30,7 @@ jobs:
30
runs-on: ${{ matrix.os }}
31
needs: version
32
strategy:
33
+ fail-fast: true
34
matrix:
35
include:
36
- target: x86_64-unknown-linux-gnu
@@ -62,6 +63,7 @@ jobs:
62
63
- uses: actions-rs/toolchain@v1
64
with:
65
toolchain: stable
66
+ target: ${{ matrix.target }}
67
- shell: bash
68
run: |
69
echo "archive=flight-network-planner-${{ matrix.target }}-${{ needs.version.outputs.version }}.${{ matrix.archive_ext }}" >> $GITHUB_ENV
@@ -143,7 +145,7 @@ jobs:
143
145
144
146
crates-io:
147
runs-on: ubuntu-latest
- needs: test
148
+ needs: build
149
150
steps:
151
- uses: actions/checkout@v4
0 commit comments