Skip to content

Commit

Permalink
Update github action used to set pagefile for MinGW builds
Browse files Browse the repository at this point in the history
Update the thirdparty github action used to increase the pagefile to
silence warnings on use of deprecated node
  • Loading branch information
laudrup committed Jan 21, 2024
1 parent 4155d1e commit 26943d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Increase size of pagefile
if: matrix.generator == 'MinGW Makefiles'
uses: al-cheb/configure-pagefile-action@v1.2
uses: al-cheb/configure-pagefile-action@v1.3
with:
minimum-size: 16GB
maximum-size: 16GB
Expand Down

0 comments on commit 26943d6

Please sign in to comment.