Skip to content

Commit 661d2a6

Browse files
committed
CI: Configure pagefile
1 parent d4c6c4e commit 661d2a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ jobs:
6363
run: |
6464
Copy-Item -Path ".\temp" -Destination "C:\_" -Recurse
6565
66+
- name: Configure pagefile
67+
uses: al-cheb/configure-pagefile-action@v1.2
68+
with:
69+
minimum-size: 4GB
70+
maximum-size: 8GB
71+
72+
- name: Setup pagefile
73+
run: |
74+
(Get-CimInstance Win32_PageFileUsage).AllocatedBaseSize
75+
6676
- name: CI-Build
6777
shell: msys2 {0}
6878
continue-on-error: ${{ matrix.can-fail }}

0 commit comments

Comments
 (0)