Skip to content

Commit f937136

Browse files
committed
Try fix ci
1 parent 834bbc4 commit f937136

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Install Foundry
155155
uses: foundry-rs/foundry-toolchain@v1
156156
with:
157-
version: stable
157+
version: nightly
158158
- name: Install Dependencies
159159
run: forge install
160160
- name: Run prep scripts and forge fmt

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ skip = []
3131
[profile.ithaca]
3232
evm_version = "cancun"
3333
odyssey = true
34+
gas_limit = 100_000_000
3435
skip = []
3536

3637
[profile.solx]

0 commit comments

Comments
 (0)