Skip to content

Commit

Permalink
Update3 push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CBirkbeck authored Jul 23, 2024
1 parent 254c4f9 commit 29b3402
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 29b3402

Please sign in to comment.