Skip to content

Commit

Permalink
[#][CI] nix build w/ cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nykma committed Mar 21, 2024
1 parent 4df3851 commit 0633f99
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
with:
name: nextid-relation-service
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Building package
run: nix-build . -A defaultPackage.x86_64-linux
run: nix build

0 comments on commit 0633f99

Please sign in to comment.