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 fe1d229 commit 92397dbCopy full SHA for 92397db
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- uses: DeterminateSystems/nix-installer-action@v16
22
- - uses: DeterminateSystems/magic-nix-cache-action@v8
+ - uses: DeterminateSystems/magic-nix-cache-action@v9
23
- id: set-matrix
24
name: Generate Nix Matrix
25
run: |
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
- run: nix build -L ".#${{ matrix.attr }}" --keep-going
43
44
- name: Twister Tests
0 commit comments