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 5763e03 commit 34f0fcdCopy full SHA for 34f0fcd
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- uses: DeterminateSystems/nix-installer-action@v14
20
- - uses: DeterminateSystems/magic-nix-cache-action@v7
+ - uses: DeterminateSystems/magic-nix-cache-action@v8
21
22
# Evaluate the devshell here so that the time reported for subsequent
23
# steps that use it reflect what is actually done there.
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
- name: Build
51
run: nix build --print-build-logs
0 commit comments