Skip to content

Commit

Permalink
Foundry toolchain caches fork requests for us
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlaprade committed Jan 16, 2023
1 parent 8d1ac76 commit d7b4570
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ jobs:
with:
version: nightly

- name: Cache fork requests
uses: actions/cache@v3
with:
path: ~/.foundry/cache
key: ${{ runner.os }}-foundry-network-fork-${{ github.sha }}
restore-keys: |
${{ runner.os }}-foundry-network-fork-
# https://twitter.com/PaulRBerg/status/1611116650664796166
- name: Generate fuzz seed with 1 week TTL
run: >
Expand Down

0 comments on commit d7b4570

Please sign in to comment.