1
0
Fork 0

add cachix for github actions

This commit is contained in:
ibizaman 2024-08-15 07:49:07 +02:00
parent bc610c9d7f
commit 293344d708
2 changed files with 10 additions and 0 deletions
.github/workflows

View file

@ -33,6 +33,11 @@ jobs:
- name: Install nix
uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v14
with:
name: mycache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build ${{ matrix.demo.name }} .#${{ matrix.demo.flake }}
run: |
cd demo/${{ matrix.demo.name }}

View file

@ -40,6 +40,11 @@ jobs:
- name: Install nix
uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v14
with:
name: mycache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build docs
run: |
nix \