Skip to content

Commit

Permalink
Fix cachix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferffish authored Nov 28, 2023
1 parent 4bdc4c3 commit b08272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v11
- uses: cachix/cachix-action@v12
with:
name: valhalla-go
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit b08272c

Please sign in to comment.