From c2e5c7cf385a5d1326eb2481d6a2431440e2255c Mon Sep 17 00:00:00 2001 From: GyDi Date: Wed, 28 Sep 2022 17:26:32 +0800 Subject: [PATCH] chore: test ci --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c44ed9c..116d96e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,6 +62,8 @@ jobs: rustup target add aarch64-pc-windows-msvc rustup target list + rm ./src-tauri/Cargo.lock + - name: Get yarn cache dir path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"