ci: build with submodules turned on for nix
Some checks failed
Build abstract machine with nix / build-abstract-machine (push) Failing after 8m23s
Some checks failed
Build abstract machine with nix / build-abstract-machine (push) Failing after 8m23s
This commit is contained in:
parent
c29cbf8090
commit
b02b1d2e37
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ jobs:
|
|||
submodules: true
|
||||
- name: Build abstract-machine
|
||||
run: |
|
||||
nix build .#abstract-machine
|
||||
nix build .?submodules=1#abstract-machine
|
||||
- name: Build nemu
|
||||
run: |
|
||||
nix build .#nemu
|
||||
nix build .?submodules=1#nemu
|
||||
|
||||
|
|
Loading…
Reference in a new issue