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:
parent
c9fb5c61ab
commit
0af6deb998
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user