Skip to content

Commit 636ce83

Browse files
authored
chore(foundry): add foundry-toolchain mention (#340)
1 parent c5305b7 commit 636ce83

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/pages/sdk/foundry/index.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,18 @@ Tempo's contract verifier is Sourcify-compatible. Configure verification with `V
108108

109109
The `[etherscan]` table in `foundry.toml` is for Etherscan-style verifiers, not Tempo's verifier.
110110

111+
### Using `foundry-toolchain` in your CI
112+
113+
Use the [`foundry-toolchain`](https://github.com/foundry-rs/foundry-toolchain) GitHub Action to install Foundry in your CI.
114+
Tempo support is included in Foundry, so no special configuration is needed.
115+
116+
```yaml
117+
- name: Install Foundry
118+
uses: foundry-rs/foundry-toolchain@v1
119+
with:
120+
version: nightly
121+
```
122+
111123
## Use Foundry for your workflows
112124
113125
All standard Foundry commands are supported out of the box.

0 commit comments

Comments
 (0)