diff --git a/.github/workflows/test#531.yml b/.github/workflows/test#531.yml index 7267b39..5cbe65a 100644 --- a/.github/workflows/test#531.yml +++ b/.github/workflows/test#531.yml @@ -17,5 +17,6 @@ jobs: with: dotnet-version: "7.0.x" timeout-minutes: 1 - - run: dotnet restore + - name: Restore dependencies + run: dotnet restore ./test-proj.csproj - run: dotnet build --no-restore