From ea83afa32df00530b331934c257f3599e44912b0 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Wed, 8 Mar 2023 23:21:00 +0100 Subject: [PATCH] Fix CI out of memory Closes #586. --- .github/workflows/release.yml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67177e4..5e0cb49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,12 @@ jobs: runs-on: windows-2022 steps: + - uses: al-cheb/configure-pagefile-action@v1.2 + with: + minimum-size: 16GB + maximum-size: 16GB + disk-root: "C:" + - uses: actions/checkout@v3 - name: make @@ -45,4 +51,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: fairy-stockfish - path: src/fairy-stockfish* \ No newline at end of file + path: src/fairy-stockfish* -- 1.7.0.4