ci(flatpak): disable maximize build space for arm64 (#3820)
This commit is contained in:
parent
f82923e5c5
commit
326592d08c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
|
|
@ -71,6 +71,7 @@ jobs:
|
|||
runner: ubuntu-22.04-arm
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
if: matrix.arch == 'x86_64'
|
||||
uses: easimon/maximize-build-space@v10
|
||||
with:
|
||||
root-reserve-mb: 10240
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue