ci: build-nix depends on test like other package builds
parent
18ada8d118
commit
98abf0d186
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue