diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0abd75..6785b9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: dotnet-version: 8.0.x - name: DotNet restore - if: ${{ false }} + if: ${{ true }} run: | dotnet new nugetconfig dotnet restore -v n