Skip to content

Commit b4d03cc

Browse files
authored
Merge pull request #2565 from mavlink/pr-fix-release
CI: save some disk space
2 parents 44bc174 + bcd447f commit b4d03cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ jobs:
268268
matrix:
269269
container_name: [ubuntu-22.04, ubuntu-24.04]
270270
steps:
271+
- name: Free Disk Space (Ubuntu)
272+
uses: jlumbroso/free-disk-space@main
273+
with:
274+
android: 'false'
271275
- uses: actions/checkout@v4
272276
with:
273277
submodules: recursive

0 commit comments

Comments
 (0)