mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 09:54:19 +02:00
no separate sdk fetch now we know they are all good hashes
This commit is contained in:
parent
4b0e46193b
commit
f3a8debf10
1 changed files with 1 additions and 17 deletions
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
|
|
@ -25,25 +25,9 @@ jobs:
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
run: echo "matrix={\"sdk\":$(nix eval --json ".#sdks.x86_64-linux")}" | tee $GITHUB_OUTPUT
|
run: echo "matrix={\"sdk\":$(nix eval --json ".#sdks.x86_64-linux")}" | tee $GITHUB_OUTPUT
|
||||||
|
|
||||||
hl2sdk:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: sdk-matrix
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix: ${{fromJson(needs.sdk-matrix.outputs.matrix)}}
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: cachix/install-nix-action@v20
|
|
||||||
- uses: icewind1991/attic-action@v1
|
|
||||||
with:
|
|
||||||
name: ci
|
|
||||||
instance: https://cache.icewind.me
|
|
||||||
authToken: '${{ secrets.ATTIC_TOKEN }}'
|
|
||||||
- run: nix build .#hl2sdk.${{ matrix.sdk }}
|
|
||||||
|
|
||||||
sourcemod:
|
sourcemod:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [sdk-matrix, ambuild, hl2sdk]
|
needs: [sdk-matrix, ambuild]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix: ${{fromJson(needs.sdk-matrix.outputs.matrix)}}
|
matrix: ${{fromJson(needs.sdk-matrix.outputs.matrix)}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue