Skip to content

Commit 96c0033

Browse files
committed
Run nix-build, so emanote is cached.
1 parent 7334c6b commit 96c0033

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
2424
# Only needed for private caches
2525
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
26+
- name: Build Nix
27+
id: build-nix
28+
run: |
29+
nix-build -j auto --no-out-link
2630
- name: Build as docker img
2731
id: build
2832
run: |

0 commit comments

Comments
 (0)