diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9e470b29e1..f5c3b3be97 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,11 +19,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - # Increase the pagefile size on Windows to aviod running out of memory - - name: Increase pagefile size on Windows - if: runner.os == 'Windows' - run: powershell -command .github\workflows\SetPageFileSize.ps1 - - name: Setup Go uses: actions/setup-go@v2