We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9082bb commit 8d8bee5Copy full SHA for 8d8bee5
.github/workflows/ci-ethereum-contract.yml
@@ -3,6 +3,7 @@ on:
3
paths:
4
- target_chains/ethereum/contracts/**
5
- governance/xc_admin/packages/xc_admin_common/**
6
+ - .github/workflows/ci-ethereum-contract.yml
7
push:
8
branches:
9
- main
@@ -28,9 +29,9 @@ jobs:
28
29
run_install: true
30
31
- name: Install Foundry
- uses: foundry-rs/foundry-toolchain@v1.1.1
32
+ uses: foundry-rs/foundry-toolchain@v1
33
with:
- version: 0.2.0
34
+ version: v0.3.0
35
36
- name: Install Forge dependencies
37
run: pnpm run install-forge-deps
0 commit comments