Skip to content

Commit bb115de

Browse files
committed
Use cachix
1 parent 2903638 commit bb115de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-flatpak.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
with:
1212
extra_nix_config: |
1313
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
14+
- uses: cachix/cachix-action@v10
15+
with:
16+
name: ranfdev-geopard
17+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
1418
- run: nix build
1519
- run: nix flake check

0 commit comments

Comments
 (0)