Skip to content

Commit 8c73598

Browse files
committed
ci: pin foundry
1 parent cd92e41 commit 8c73598

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/evm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Foundry
3030
uses: foundry-rs/foundry-toolchain@v1
3131
with:
32-
version: stable
32+
version: v1.3.6
3333

3434
- name: Run Forge build
3535
run: |
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Foundry
6262
uses: foundry-rs/foundry-toolchain@v1
6363
with:
64-
version: nightly
64+
version: v1.3.6
6565

6666
- name: Run Forge build
6767
run: |

Dockerfile.cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt install -y unzip
1515
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.23"
1616

1717
RUN curl -L https://foundry.paradigm.xyz | bash
18-
RUN bash -ci "foundryup"
18+
RUN bash -ci "foundryup --install v1.3.6"
1919

2020
RUN apt install -y jq
2121

0 commit comments

Comments
 (0)