We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7334c6b commit 96c0033Copy full SHA for 96c0033
1 file changed
.github/workflows/ci.yaml
@@ -23,6 +23,10 @@ jobs:
23
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
24
# Only needed for private caches
25
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
26
+ - name: Build Nix
27
+ id: build-nix
28
+ run: |
29
+ nix-build -j auto --no-out-link
30
- name: Build as docker img
31
id: build
32
run: |
0 commit comments