diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 9450a014a1..0139ecf6e5 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1421,8 +1421,6 @@ jobs: dotnet tool restore # We need to rebuild the installer.exe so it can be properly signed - - name: Restore - run: dotnet restore - name: Build Host run: dotnet build -c Release src/Tgstation.Server.Host/Tgstation.Server.Host.csproj