add cachix for github actions
This commit is contained in:
parent
bc610c9d7f
commit
293344d708
2 changed files with 10 additions and 0 deletions
5
.github/workflows/demo.yml
vendored
5
.github/workflows/demo.yml
vendored
|
@ -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 }}
|
||||
|
|
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue