Skip to content

Commit

Permalink
chore: pin foundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 2, 2023
1 parent 920900b commit d83a3cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ concurrency:

jobs:
verify:
name: Debug
runs-on: ubuntu-latest
steps:
- name: Clone repository
Expand All @@ -29,6 +30,12 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org

- name: Switch foundry version
shell: bash
run: |
curl -L https://foundry.paradigm.xyz | bash
foundryup -C 8f246e07c89129b6effa89f0d71c4ac67758a155
- name: Install dependencies
shell: bash
run: pnpm install
Expand Down

0 comments on commit d83a3cb

Please sign in to comment.