6 lines
144 B
YAML
6 lines
144 B
YAML
tasks:
|
|
- name: Install Foundry
|
|
init: |
|
|
curl -L https://foundry.paradigm.xyz | bash
|
|
source /home/gitpod/.bashrc
|
|
foundryup |