perf: 冒烟 CI 尝试使用 nuget 缓存

This commit is contained in:
MistEO
2023-05-14 03:17:11 +08:00
committed by GitHub
parent 1f352462c2
commit 563cc76fac

View File

@@ -29,8 +29,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: NuGet/setup-nuget@v1.2.0
- run: nuget restore MAA.sln
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v3
with:
path: |
.nuke/temp
~/.nuget/packages
key: Windows-x64-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: Bootstrap MaaDeps
env: