mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
add needs between ci steps
This commit is contained in:
parent
fd16c171e2
commit
f8f64a7a56
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -12,7 +12,6 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
|
@ -116,7 +115,7 @@ jobs:
|
|||
test:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
needs: build
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -149,6 +148,7 @@ jobs:
|
|||
release:
|
||||
name: Upload firmware artifacts to release
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue