fix Install Forge and Infernet SDK
This commit is contained in:
parent
eaceb3ecfa
commit
153ccfd4db
@ -161,9 +161,8 @@
|
|||||||
|
|
||||||
- name: Install Forge and Infernet SDK
|
- name: Install Forge and Infernet SDK
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
cd ~/foundry && source ~/.bashrc && foundryup
|
cd {{ ansible_env.HOME }}/foundry && source {{ ansible_env.HOME }}/.bashrc && foundryup
|
||||||
cd ~/ritual-says-gm
|
cd {{ ansible_env.HOME }}/ritual/projects/hello-world/contracts
|
||||||
cd projects/hello-world/contracts
|
|
||||||
forge install --no-commit foundry-rs/forge-std
|
forge install --no-commit foundry-rs/forge-std
|
||||||
forge install --no-commit ritual-net/infernet-sdk
|
forge install --no-commit ritual-net/infernet-sdk
|
||||||
args:
|
args:
|
||||||
|
Loading…
Reference in New Issue
Block a user