Fix foundry install.
This commit is contained in:
parent
18cc0055ed
commit
e48a5f09a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
target
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
|
||||
- name: Setup PATH
|
||||
run: echo ~/.foundry/bin/ >> $GITHUB_PATH
|
||||
run: echo ~/.config/.foundry/bin/ >> $GITHUB_PATH
|
||||
- name: Install Dependencies
|
||||
run: curl -L https://foundry.paradigm.xyz | bash && foundryup
|
||||
- name: Format
|
||||
|
|
Loading…
Reference in a new issue