fix git workflow

This commit is contained in:
JacqueGM 2023-08-07 18:19:02 +02:00
parent 4a3e89963a
commit f93ca84a7b

View file

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