foundry-toolchain icon indicating copy to clipboard operation
foundry-toolchain copied to clipboard

/bin/sh: 1: forge: not found

Open mrhouzlane opened this issue 1 year ago • 1 comments

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

mrhouzlane avatar Feb 01 '24 06:02 mrhouzlane

Can you share a run?

onbjerg avatar Feb 01 '24 09:02 onbjerg