Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mrhouzlane opened this issue Feb 1, 2024 · 1 comment
Open

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

mrhouzlane opened this issue Feb 1, 2024 · 1 comment

Comments

@mrhouzlane
Copy link

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
Copy link
Member

onbjerg commented Feb 1, 2024

Can you share a run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants