update ci
Some checks failed
Extinction Online CI Gitea / build (false, 6.0.x, linux-x64) (push) Failing after 13s
Extinction Online CI Gitea / build (false, 6.0.x, osx-x64) (push) Failing after 16s
Extinction Online CI Gitea / build (false, 6.0.x, win-x64) (push) Failing after 14s
Extinction Online CI Gitea / build (true, 6.0.x, linux-x64) (push) Failing after 12s
Extinction Online CI Gitea / build (true, 6.0.x, osx-x64) (push) Failing after 15s
Extinction Online CI Gitea / build (true, 6.0.x, win-x64) (push) Failing after 13s

This commit is contained in:
noyciy7037 2023-06-10 14:42:23 +09:00
parent 7fe7cfcd60
commit 20380601ae
Signed by: noyciy7037
GPG Key ID: 46A54FA18BBA58FF

View File

@ -19,7 +19,7 @@ jobs:
uses: https://github.com/actions/setup-dotnet@v3 uses: https://github.com/actions/setup-dotnet@v3
with: with:
dotnet-version: ${{ matrix.dotnet-version }} dotnet-version: ${{ matrix.dotnet-version }}
- uses: https://github.com/actions/cache@v3 - uses: actions/cache@v3
with: with:
path: ~/.nuget/packages path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file # Look to see if there is a cache hit for the corresponding requirements file