Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Jul 12, 2024
1 parent 0fc0b6e commit e4222b5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/forge-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ jobs:
version: 9.0.6
run_install: false

- name: "Restore the cached build and the node modules"
if: ${{ inputs.restore-cache }}
uses: "actions/cache/restore@v4"
with:
key: "build-and-modules-${{ github.sha }}"
path: ${{ inputs.cache-path }}

- name: "Install the Node.js dependencies"
run: "pnpm install"
- name: "Prepare the contract artifacts"
Expand Down

0 comments on commit e4222b5

Please sign in to comment.