Skip to content

Commit

Permalink
fix(push_pr): check with Kenv=dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Sep 25, 2024
1 parent bbe2c5a commit 6822f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ 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 exe cache get
run: ~/.elan/bin/lake -Kenv=dev exe cache get || true

- name: Build project
run: ~/.elan/bin/lake build Carleson
run: ~/.elan/bin/lake -Kenv=dev build Carleson

- name: Build blueprint and copy to `docs/blueprint`
uses: xu-cheng/texlive-action@v2
Expand Down

0 comments on commit 6822f48

Please sign in to comment.