Skip to content

Commit

Permalink
chore(release): install foundry using cross pre-build hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 23, 2023
1 parent ecd4b5e commit 526d0ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
with:
cache-on-failure: true

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
pre-build = [
"apt-get update && apt-get install --assume-yes --no-install-recommends llvm-dev libclang-6.0-dev clang-6.0",
"curl -L https://foundry.paradigm.xyz | bash",
"foundryup"
]

0 comments on commit 526d0ac

Please sign in to comment.