chore: Set swap space for macOS alpha build workflow

This commit is contained in:
Mauro Balades
2024-08-03 10:17:05 +02:00
parent d7630b258a
commit 57ac6c1b37

View File

@@ -30,6 +30,13 @@ jobs:
with:
python-version: '3.11'
# Give the runner some swap space in an attempt to stop gkrust from crashing the build
- name: Set Swap Space
uses: pierotofy/set-swap-space@v1.0
if: ${{ matrix.arch == 'x64' }}
with:
swap-size-gb: 6
- uses: actions/checkout@v4
- name: Setup git