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') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
|
||||||
- name: Setup PATH
|
- name: Setup PATH
|
||||||
run: echo ~/.foundry/bin/ >> $GITHUB_PATH
|
run: echo ~/.foundry/bin/ >> $GITHUB_PATH
|
||||||
- name: Install Dependencies
|
- name: Install Foundry
|
||||||
run: curl -L https://foundry.paradigm.xyz | bash && foundryup
|
uses: foundry-rs/foundry-toolchain@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Download safes
|
- name: Download safes
|
||||||
|
|
Loading…
Reference in a new issue