Skip to content

Commit

Permalink
fix: ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zsluedem committed Jul 28, 2023
1 parent 8d6563a commit 38cc202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: thirdparty/account-abstraction
cache-dependency-path: crates/contracts/account-abstraction

- name: Setup Yarn cache - submodule "thirdparty/bundler"
uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: thirdparty/bundler
cache-dependency-path: tests/bundler

- name: Setup third-party dependencies
run: |
Expand Down

0 comments on commit 38cc202

Please sign in to comment.