Remove increase pagefile (#2000)

Co-authored-by: Michael Sutton <mikisiton2@gmail.com>
This commit is contained in:
Ori Newman
2022-04-02 22:12:57 +03:00
committed by GitHub
parent 27654961f9
commit b9b360bce4

View File

@@ -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