Skip to content

Commit

Permalink
Use the new leanprovercommunity/gitpod4 image and make sure elan is…
Browse files Browse the repository at this point in the history
… up to date (#193)
  • Loading branch information
YaelDillies authored Nov 4, 2024
1 parent 1a17cd1 commit bb59969
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# This is run when starting a Gitpod workspace on this repository

image: leanprovercommunity/mathlib:gitpod
image: leanprovercommunity/gitpod4

vscode:
extensions:
- leanprover.lean4 # install the Lean 4 VS Code extension

tasks:
- command: . /home/gitpod/.profile && lake exe cache get # Download cache
- init: |
elan self update
lake exe cache get

0 comments on commit bb59969

Please sign in to comment.