Skip to content

Commit

Permalink
CI fix: foundry version (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorSF authored Jan 13, 2025
1 parent b5c9dde commit 2fb1a86
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/intergration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: yarn install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proposals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: yarn install
run: yarn install
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/silo-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: Run submodule update
run: git submodule update --init --recursive
Expand Down Expand Up @@ -147,12 +147,12 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: Build silo foundry utils
working-directory: ./gitmodules/silo-foundry-utils
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: Build silo foundry utils
working-directory: ./gitmodules/silo-foundry-utils
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: Build silo foundry utils
working-directory: ./gitmodules/silo-foundry-utils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/silo-oracles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: Build silo foundry utils
working-directory: ./gitmodules/silo-foundry-utils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/silo-vaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: Build silo foundry utils
working-directory: ./gitmodules/silo-foundry-utils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ve-silo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-70cd140131cd49875c6f31626bdfae08eba35386

- name: yarn install
run: yarn install
Expand Down

0 comments on commit 2fb1a86

Please sign in to comment.