diff --git a/.github/workflows/deploy-strategy-hardhat-mainnet.yaml b/.github/workflows/deploy-strategy-hardhat-mainnet.yaml index d07322b..e888b98 100644 --- a/.github/workflows/deploy-strategy-hardhat-mainnet.yaml +++ b/.github/workflows/deploy-strategy-hardhat-mainnet.yaml @@ -53,6 +53,7 @@ jobs: - uses: actions/checkout@master with: fetch-depth: 0 + - uses: foundry-rs/foundry-toolchain@v1 - id: nodeversion run: echo "version=$(grep nodejs .tool-versions | sed -e 's/[^[:space:]]*[[:space:]]*//')" >> $GITHUB_OUTPUT - run: corepack enable diff --git a/.github/workflows/deploy-strategy-hardhat-sepolia.yaml b/.github/workflows/deploy-strategy-hardhat-sepolia.yaml index 5c672eb..47e8ac4 100644 --- a/.github/workflows/deploy-strategy-hardhat-sepolia.yaml +++ b/.github/workflows/deploy-strategy-hardhat-sepolia.yaml @@ -53,6 +53,7 @@ jobs: - uses: actions/checkout@master with: fetch-depth: 0 + - uses: foundry-rs/foundry-toolchain@v1 - id: nodeversion run: echo "version=$(grep nodejs .tool-versions | sed -e 's/[^[:space:]]*[[:space:]]*//')" >> $GITHUB_OUTPUT - run: corepack enable