chore: Nix: cache correct output
This commit is contained in:
parent
e20f2e076e
commit
dd58b5c2df
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix-ci.yml
vendored
4
.github/workflows/nix-ci.yml
vendored
|
|
@ -85,8 +85,8 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
# .o files are not a runtime dependency on macOS because of lack of thin archives
|
||||
# lean-bin-tools are required for building Leanc-deps
|
||||
nix build $NIX_BUILD_ARGS .#stage0 .#stage1.lean-all .#lean-bin-tools-unwrapped .#Lean.oTree .#iTree -o push-build
|
||||
# leanc_src is required for building Leanc-deps
|
||||
nix build $NIX_BUILD_ARGS .#stage0 .#stage1.lean-all .#lean-bin-tools-unwrapped.leanc_src .#Lean.oTree .#iTree -o push-build
|
||||
- name: Test
|
||||
run: |
|
||||
nix build $NIX_BUILD_ARGS .#test -o push-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue