We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72059a1 + 2cf98d0 commit 09b40b1Copy full SHA for 09b40b1
2 files changed
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install Nix
36
uses: DeterminateSystems/nix-installer-action@v14
37
- name: Run the Magic Nix Cache
38
- uses: DeterminateSystems/magic-nix-cache-action@v8
+ uses: DeterminateSystems/magic-nix-cache-action@v9
39
- name: Build with Nix
40
run: |
41
nix build '.?submodules=1#'
.github/workflows/update-flake-lock.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
- name: Check flake health
25
uses: DeterminateSystems/flake-checker-action@v9
26
- name: Update flake.lock
0 commit comments