Skip to content

Commit

Permalink
Pin Foundry to the latest working version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Oct 24, 2024
1 parent ef6061a commit 0285199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: 'nightly-2044faec64f99a21f0e5f0094458a973612d0712'
- run: forge --version
- name: Run Forge fmt
# only format code, we do not want to format LIB
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- run: dev/docker/up
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: 'nightly-2044faec64f99a21f0e5f0094458a973612d0712'
- run: dev/contracts/deploy-local
- name: Run Tests
run: |
Expand Down Expand Up @@ -48,6 +50,8 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: 'nightly-2044faec64f99a21f0e5f0094458a973612d0712'

- name: Run Forge build
working-directory: contracts
Expand Down

0 comments on commit 0285199

Please sign in to comment.