Skip to content

Commit

Permalink
cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 20, 2024
1 parent 60c665a commit b83f6f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@15
with:
name: mobusoperandi-website
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix --accept-flake-config flake check
- run: nix --accept-flake-config build
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b83f6f6

Please sign in to comment.