This commit is contained in:
xkeyC 2024-03-17 19:19:54 +08:00 committed by GitHub
parent bb9305bcb9
commit a26b41d0a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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