Skip to content

Commit

Permalink
ci(devnet): lock anvil version
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Oct 31, 2024
1 parent dae7520 commit 83946c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-buckets-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/devnet": major
---

lock anvil version in CI to the same anvil used by cartesi/rollups-contracts
2 changes: 2 additions & 0 deletions .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

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

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

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

- name: Install Dependencies
run: pnpm install
Expand Down

0 comments on commit 83946c0

Please sign in to comment.