summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-07 04:19:04 -0400
committerseth <[email protected]>2023-04-07 20:00:57 -0400
commit87a91a195fbd75970b80002535f5f45d6987d173 (patch)
tree8dea8dff38f7d3c256d41c551887b5bc05287680 /.github/workflows/ci.yml
parent4e4d8f3fb2108227426c28f05649eb67a78d180e (diff)
move all ci over to nix
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 43b5dd3..93256b5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
- name: build
run: |
- nix build .#${{ matrix.output }}
+ nix build -L .#${{ matrix.output }}
- name: upload to ghcr
if: ${{ matrix.output == 'container' && github.ref == 'refs/heads/main' }}