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: