chore: CI: push .ileans to Cachix

This commit is contained in:
Sebastian Ullrich 2022-01-19 12:35:21 +01:00
parent 312944e784
commit 89e460dd1b

View file

@ -86,7 +86,7 @@ jobs:
- name: Build
run: |
# .o files are not a runtime dependency on macOS because of lack of thin archives
nix build $NIX_BUILD_ARGS .#stage0 .#stage1.lean-all .#Lean.oTree -o push-build
nix build $NIX_BUILD_ARGS .#stage0 .#stage1.lean-all .#Lean.oTree .#iTree -o push-build
- name: Test
run: |
nix build $NIX_BUILD_ARGS .#test -o push-test