Skip to content

Commit faf9795

Browse files
committed
setup foundry on workflows
1 parent 4d14bd4 commit faf9795

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- uses: actions/setup-node@v3
1010
with:
1111
node-version: 24
12+
- uses: foundry-rs/foundry-toolchain@v1
1213
- uses: actions/cache@v3
1314
with:
1415
path: |

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
node-version: 24
3030
# ensure that a publication only occurs when a new release is created:
3131
if: ${{ steps.release.outputs.releases_created }}
32+
- uses: foundry-rs/foundry-toolchain@v1
33+
# ensure that a publication only occurs when a new release is created:
34+
if: ${{ steps.release.outputs.releases_created }}
3235
- uses: actions/cache@v3
3336
with:
3437
path: |

0 commit comments

Comments
 (0)