Skip to content

Commit

Permalink
Another try to install foundry;
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Gustavo Abou Hatem De Liz committed Oct 17, 2023
1 parent 78be59e commit ee49610
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,11 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
submodules:

- name: Download Foundry
run:
curl -L https://foundry.paradigm.xyz | bash
- name: Refresh environment
run: source ~/.bashrc
- name: Install Foundry
run: foundryup
run:
curl -L https://foundry.paradigm.xyz | bash ; source ~/.bashrc ; foundryup

test:
name: Test
Expand Down

0 comments on commit ee49610

Please sign in to comment.