Skip to content

Commit

Permalink
fix: Prevent Slither-action from reinstalling Foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
excalq authored Jan 16, 2025
1 parent f8c7b64 commit a98f6e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
forge install OpenZeppelin/openzeppelin-contracts
npm install
## Prevent `crytic/slither-action` from re-installing Foundry:<latest>.
## See https://github.com/crytic/slither-action/issues/44#issuecomment-1338183656
- run: rm foundry.toml

- name: Slither Analyze
uses: crytic/[email protected]
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit a98f6e9

Please sign in to comment.