foundry-rs / foundry-toolchain

GitHub action to install Foundry
Apache License 2.0
225 stars 92 forks source link

/bin/sh: 1: forge: not found #44

Open mrhouzlane opened 8 months ago

mrhouzlane commented 8 months ago

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
onbjerg commented 8 months ago

Can you share a run?