mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-17 09:04:09 +00:00
chore: Remove swap space configuration from macOS alpha build workflow
This commit is contained in:
7
.github/workflows/macos-alpha-build.yml
vendored
7
.github/workflows/macos-alpha-build.yml
vendored
@@ -30,13 +30,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user