Skip to content

Commit

Permalink
Remove --default-toolchain none
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jul 30, 2024
1 parent 532731a commit ca8e1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0 # Fetch all history for all branches and tags

- name: Install elan
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain none
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y

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

0 comments on commit ca8e1a8

Please sign in to comment.