Skip to content

Commit

Permalink
ci/cachix: use nix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daru-san authored Jul 27, 2024
1 parent 0a93a8a commit 26d320f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v13
- uses: DeterminateSystems/magic-nix-cache-action@v6
- uses: cachix/cachix-action@v15
with:
name: snowy-cache
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix flake check
- uses: ./.github/workflows/nix-build.yml



0 comments on commit 26d320f

Please sign in to comment.