Skip to content

Commit

Permalink
modify yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samvang committed Mar 28, 2024
1 parent 76385de commit 1af2571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:4.5.0

- name: Update docgen4
run: ~/.elan/bin/lake -R update «doc-gen4»
run: ~/.elan/bin/lake -R -Kenv=dev update «doc-gen4»

- name: Update checkdecls
run: ~/.elan/bin/lake -R update checkdecls
run: ~/.elan/bin/lake -R -Kenv=dev update checkdecls

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

0 comments on commit 1af2571

Please sign in to comment.