Skip to content

Commit

Permalink
Modify gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlcontreras committed Dec 4, 2024
1 parent 04314c1 commit 5a35a01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ tasks:
- init: |
elan self update
lake exe cache get
sudo apt-get update
sudo apt install ruby ruby-dev -y
cd website
sudo gem install bundler
bundle install
cd ..

0 comments on commit 5a35a01

Please sign in to comment.