Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Feb 8, 2024
1 parent 1350ced commit 8848bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: recursive

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

- name: Run tests
run: forge test -vvv
Expand Down Expand Up @@ -53,7 +53,7 @@ the `cache` input to `false`, like this:

```yml
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
uses: sphinx-labs/foundry-toolchain@v1
with:
cache: false
```
Expand Down

0 comments on commit 8848bdc

Please sign in to comment.