We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d5f40 commit 1593f09Copy full SHA for 1593f09
.github/workflows/nix-github-actions.yml
@@ -10,7 +10,7 @@ jobs:
10
outputs:
11
matrix: ${{ steps.set-matrix.outputs.matrix }}
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: cachix/install-nix-action@v30
15
- id: set-matrix
16
name: Generate Nix Matrix
@@ -26,6 +26,6 @@ jobs:
26
strategy:
27
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
28
29
30
31
- run: nix build -L '.#${{ matrix.attr }}'
0 commit comments