From a26b41d0a87021fa484463a0950256381005dbb1 Mon Sep 17 00:00:00 2001 From: xkeyC <39891083+xkeyC@users.noreply.github.com> Date: Sun, 17 Mar 2024 19:19:54 +0800 Subject: [PATCH] fix --- .github/workflows/windows_nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_nightly.yml b/.github/workflows/windows_nightly.yml index 0ab35e9..a63461b 100644 --- a/.github/workflows/windows_nightly.yml +++ b/.github/workflows/windows_nightly.yml @@ -8,7 +8,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v2 - name: Set up Flutter msbuild uses: microsoft/setup-msbuild@v2 @@ -31,7 +31,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2 with: - workspaces: "rust/target" + workspaces: "rust" cache-all-crates: true - name: Set up LLVM