fix git workflow
This commit is contained in:
parent
4a3e89963a
commit
f93ca84a7b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -25,8 +25,8 @@ jobs:
|
|||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
|
||||
- name: Setup PATH
|
||||
run: echo ~/.foundry/bin/ >> $GITHUB_PATH
|
||||
- name: Install Dependencies
|
||||
run: curl -L https://foundry.paradigm.xyz | bash && foundryup
|
||||
- name: Install Foundry
|
||||
uses: foundry-rs/foundry-toolchain@v1
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Download safes
|
||||
|
|
Loading…
Reference in a new issue