Fix foundry install.

This commit is contained in:
chriseth 2023-05-25 15:32:29 +02:00
parent 18cc0055ed
commit e48a5f09a4

View file

@ -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