From 38cc2023c9766b390e0b7905909d5e73399cc5dc Mon Sep 17 00:00:00 2001 From: Will Qiu Date: Fri, 28 Jul 2023 12:40:48 +0800 Subject: [PATCH] fix: ci bug --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ec5744..7c79fa73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |