Skip to content

Commit

Permalink
CI: allow "Configure Pagefile" to fail
Browse files Browse the repository at this point in the history
it can time out and we don't need it for all jobs, so just
allow errors for now.

See al-cheb/configure-pagefile-action#16
  • Loading branch information
lazka committed Jul 30, 2023
1 parent 337669d commit cfb1b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfb1b70

Please sign in to comment.