T

Results 22 comments of T

same issue, need to be able to pin to a specific foundry commit because foundry has a bug and our CI is failing until foundry team fixes their bug we...

it appears version specification might work, e.g. like so: ``` name: FoundryTest on: [pull_request] env: FOUNDRY_PROFILE: ci jobs: check: strategy: fail-fast: true name: Foundry project runs-on: ubuntu-latest steps: - uses:...