Skip to content

Commit

Permalink
Fix nix build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed May 2, 2024
1 parent b2a2c00 commit a71e79f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
uses: cachix/cachix-action@v14
with:
name: bootstrap-academy
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
useDaemon: false
- run: nix build

0 comments on commit a71e79f

Please sign in to comment.