mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-23 12:02:00 +00:00
ci: cache ndg builds after checks
This commit is contained in:
parent
7dc5b79800
commit
e25667a2eb
1 changed files with 7 additions and 0 deletions
7
.github/workflows/check.yml
vendored
7
.github/workflows/check.yml
vendored
|
|
@ -100,6 +100,13 @@ jobs:
|
||||||
substituters = https://cache.nixos.org/ https://feel-co.cachix.org
|
substituters = https://cache.nixos.org/ https://feel-co.cachix.org
|
||||||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w=
|
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w=
|
||||||
|
|
||||||
|
- uses: cachix/cachix-action@v16
|
||||||
|
with:
|
||||||
|
authToken: ${{ secrets.CACHIX_TOKEN }}
|
||||||
|
extraPullNames: nix-community
|
||||||
|
name: nvf
|
||||||
|
pushFilter: '(ndg-\d+\.\d+\.\d+$)'
|
||||||
|
|
||||||
- name: Set default git branch (to reduce log spam)
|
- name: Set default git branch (to reduce log spam)
|
||||||
run: git config --global init.defaultBranch main
|
run: git config --global init.defaultBranch main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue