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 3337e46 commit f6737c5Copy full SHA for f6737c5
.github/workflows/main.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Nix
16
uses: DeterminateSystems/nix-installer-action@main
17
- name: Cache Nix
18
- uses: DeterminateSystems/magic-nix-cache-action@main
+ uses: DeterminateSystems/flakehub-cache-action@main
19
- name: Lint
20
run: |
21
nix develop ${{ env.CI_NIX_FLAKE }} --command \
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
- name: Cache Go
33
uses: actions/cache@v4
34
with:
0 commit comments