chore: Nix: cache lean-bin-tools

This commit is contained in:
Sebastian Ullrich 2022-06-21 20:52:39 +02:00
parent e442fbbf54
commit e20f2e076e

View file

@ -85,7 +85,8 @@ 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 .#iTree -o push-build
# 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
- name: Test
run: |
nix build $NIX_BUILD_ARGS .#test -o push-test