From d8a4d9b7622f436a78f2fa8b1cd46df60a161c56 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:25:06 +0800 Subject: [PATCH] ci: Update smoke-testing.yml -> .NET8 --- .github/workflows/smoke-testing.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/smoke-testing.yml b/.github/workflows/smoke-testing.yml index 366bdb5c0b..60b5672714 100644 --- a/.github/workflows/smoke-testing.yml +++ b/.github/workflows/smoke-testing.yml @@ -27,13 +27,15 @@ jobs: smoke-testing: runs-on: windows-latest steps: + - name: Setup .NET SDK 8.0 + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 8.0.100-rc.2 + - uses: actions/checkout@v3 - - uses: NuGet/setup-nuget@v1.2.0 - - run: | - nuget restore MAA.sln - if ($LASTEXITCODE) { nuget restore MAA.sln } - if ($LASTEXITCODE) { nuget restore MAA.sln } + - name: Restore dependencies + run: dotnet restore - name: Bootstrap MaaDeps env: