We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5fa3c commit f9303d9Copy full SHA for f9303d9
1 file changed
.github/workflows/package_c.yml
@@ -28,6 +28,16 @@ jobs:
28
tensorflow_version: ">=2.5.0,<2.15"
29
filename: libdeepmd_c_cu11.tar.gz
30
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
41
- uses: actions/checkout@v6
42
with:
43
fetch-depth: 0
0 commit comments