Skip to content

Commit

Permalink
Remove increase pagefile
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 committed Apr 2, 2022
1 parent 962b2d9 commit 10512ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10512ad

Please sign in to comment.