mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
nix fixes
This commit is contained in:
parent
265c51c00d
commit
e07fa32145
3 changed files with 25 additions and 6 deletions
2
.github/workflows/ci_zig.yml
vendored
2
.github/workflows/ci_zig.yml
vendored
|
|
@ -217,7 +217,7 @@ jobs:
|
|||
run: |
|
||||
git clean -fdx
|
||||
git reset --hard HEAD
|
||||
nix develop ./src/flake.nix -c zig build && zig build snapshot && zig build test
|
||||
nix develop ./src/ -c zig build && zig build snapshot && zig build test
|
||||
|
||||
zig-cross-compile:
|
||||
needs: check-once
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue