We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd92e41 commit 8c73598Copy full SHA for 8c73598
.github/workflows/evm.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Foundry
30
uses: foundry-rs/foundry-toolchain@v1
31
with:
32
- version: stable
+ version: v1.3.6
33
34
- name: Run Forge build
35
run: |
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
- version: nightly
65
66
67
Dockerfile.cli
@@ -15,7 +15,7 @@ RUN apt install -y unzip
15
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.23"
16
17
RUN curl -L https://foundry.paradigm.xyz | bash
18
-RUN bash -ci "foundryup"
+RUN bash -ci "foundryup --install v1.3.6"
19
20
RUN apt install -y jq
21
0 commit comments