Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CBirkbeck committed Jul 23, 2024
2 parents b55df8b + 29b3402 commit fa4a7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:4.0.0

- name: Get cache
run: ~/.elan/bin/lake -Kenv=dev exe cache get
run: ~/.elan/bin/lake exe cache get || true

- name: Build project
run: ~/.elan/bin/lake -R -Kenv=dev build FltRegular
Expand Down

0 comments on commit fa4a7fb

Please sign in to comment.