Skip to content

Commit

Permalink
fix(gitpod.yml): force elan to self-update in gitpod (#13439)
Browse files Browse the repository at this point in the history
Ensure that `elan` is up-to-date before trying to run `lake exe cache get` etc in gitpod containers.
  • Loading branch information
zeramorphic authored and grunweg committed Jun 7, 2024
1 parent 402d668 commit 6b50dc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ vscode:
- leanprover.lean4

tasks:
- init: lake exe cache get
- init: |
elan self update
lake exe cache get

0 comments on commit 6b50dc5

Please sign in to comment.