Skip to content

Commit

Permalink
chore: Nix CI: build & cache everything again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Jun 21, 2021
1 parent 062cc5d commit e68d097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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.oTree -o push-build
nix build $NIX_BUILD_ARGS .#stage0 .#stage1.lean-all .#Lean.oTree -o push-build
- name: Test
run: |
nix build $NIX_BUILD_ARGS .#test -o push-test
Expand Down

0 comments on commit e68d097

Please sign in to comment.