foundry-toolchain
foundry-toolchain copied to clipboard
/bin/sh: 1: forge: not found
Description
/bin/sh: 1: forge: not found
Motivation
Adding the check still fails.
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN_CD_CONTRACTS }}
- name : Install Foundry
uses : foundry-rs/foundry-toolchain@v1
with :
version : nightly
- name: Verify Foundry Installation
run: forge --version
Can you share a run?