Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 8a6256a

Browse files
committed
add nix build
1 parent 95ef484 commit 8a6256a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ jobs:
6060
ROOT: ${{ env.ROOT }}
6161
CACHE: ${{ env.CACHE }}
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63-
63+
64+
- name: Build with Nix
65+
run: |
66+
cd ${{ env.ROOT }}
67+
nix build
68+
6469
- name: Prepare ${{ env.ARTIFACTS_DIR }} dir
6570
run: |
6671
cd ${{ env.ROOT }}

0 commit comments

Comments
 (0)