update CI
Some checks failed
Extinction Online CI / build (false, 6.0.x, linux-x64) (push) Failing after 40s
Extinction Online CI / build (false, 6.0.x, osx-x64) (push) Failing after 5s
Extinction Online CI / build (false, 6.0.x, win-x64) (push) Failing after 4s
Extinction Online CI / build (true, 6.0.x, linux-x64) (push) Failing after 5s
Extinction Online CI / build (true, 6.0.x, osx-x64) (push) Failing after 3s
Extinction Online CI / build (true, 6.0.x, win-x64) (push) Failing after 4s

This commit is contained in:
noyciy7037 2023-06-10 09:08:42 +09:00
parent 8136e91a0f
commit ea9697fc8c
Signed by: noyciy7037
GPG Key ID: 46A54FA18BBA58FF

View File

@ -16,10 +16,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }} - name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: 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: actions/cache@v3 - uses: https://github.com/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