mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
perf: 冒烟 CI 尝试使用 nuget 缓存
This commit is contained in:
9
.github/workflows/smoke-testing.yml
vendored
9
.github/workflows/smoke-testing.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user