CI: allow the "Configure Pagefile" step to fail

it's only a requirement for some packages (flang), and there is a much higher
chance that it fails for a job that doesn't need it currently.
This commit is contained in:
Christoph Reiter 2023-08-16 20:55:46 +02:00
parent c9fb5c61ab
commit 0af6deb998

View File

@ -108,6 +108,8 @@ jobs:
- name: Configure Pagefile - name: Configure Pagefile
if: ${{ runner.arch != 'ARM64' }} if: ${{ runner.arch != 'ARM64' }}
# https://github.com/al-cheb/configure-pagefile-action/issues/16
continue-on-error: true
uses: al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67 uses: al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67
with: with:
minimum-size: 4GB minimum-size: 4GB