We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443206e commit 1c32fe8Copy full SHA for 1c32fe8
src/ci/github-actions/jobs.yml
@@ -44,6 +44,8 @@ runners:
44
<<: *base-job
45
46
- &job-aarch64-linux
47
+ # Free some disk space to avoid running out of space during the build.
48
+ free_disk: true
49
os: ubuntu-22.04-arm
50
51
envs:
0 commit comments