Skip to content

Commit f9303d9

Browse files
committed
CI: free disk in package_c workflow
Fix "No space left on device"
1 parent 2d5fa3c commit f9303d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/package_c.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ jobs:
2828
tensorflow_version: ">=2.5.0,<2.15"
2929
filename: libdeepmd_c_cu11.tar.gz
3030
steps:
31+
- name: Free Disk Space (Ubuntu)
32+
uses: insightsengineering/disk-space-reclaimer@v1
33+
with:
34+
tools-cache: true
35+
android: true
36+
dotnet: true
37+
haskell: true
38+
large-packages: true
39+
swap-storage: true
40+
docker-images: true
3141
- uses: actions/checkout@v6
3242
with:
3343
fetch-depth: 0

0 commit comments

Comments
 (0)