We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e2597b + 28ad4ef commit e042f76Copy full SHA for e042f76
1 file changed
.github/workflows/rust.yml
@@ -347,6 +347,19 @@ jobs:
347
with:
348
save-if: ${{ github.ref_name == 'main' }}
349
shared-key: "amd-ci-linux-test-example"
350
+ - name: Remove unnecessary preinstalled software
351
+ run: |
352
+ echo "Disk space before cleanup:"
353
+ df -h
354
+ apt-get clean
355
+ rm -rf /__t/CodeQL
356
+ rm -rf /__t/PyPy
357
+ rm -rf /__t/Java_Temurin-Hotspot_jdk
358
+ rm -rf /__t/Python
359
+ rm -rf /__t/go
360
+ rm -rf /__t/Ruby
361
+ echo "Disk space after cleanup:"
362
363
- name: Run examples
364
run: |
365
# test datafusion-sql examples
0 commit comments