From cfb1b70869cc86f8007b96c88921407218b05858 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 17:30:54 +0200 Subject: [PATCH] CI: allow "Configure Pagefile" to fail it can time out and we don't need it for all jobs, so just allow errors for now. See https://github.com/al-cheb/configure-pagefile-action/issues/16 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f715d26c72c..8ee5574b315 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,8 @@ jobs: - name: Configure Pagefile if: ${{ matrix.msystem != 'CLANGARM64' }} + # https://github.com/al-cheb/configure-pagefile-action/issues/16 + continue-on-error: true uses: al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67 with: minimum-size: 4GB