We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b56b7 commit 860774aCopy full SHA for 860774a
.github/workflows/kcpp-build-release-linux-rocm.yaml
@@ -16,10 +16,23 @@ env:
16
jobs:
17
linux:
18
runs-on: ubuntu-22.04
19
- container:
20
- image: ubuntu:22.04
21
- options: --privileged
22
steps:
+ - name: Free Disk Space (Ubuntu)
+ uses: jlumbroso/free-disk-space@main
+ with:
23
+ # this might remove tools that are actually needed,
24
+ # if set to "true" but frees about 6 GB
25
+ tool-cache: true
26
+
27
+ # all of these default to true, but feel free to set to
28
+ # "false" if necessary for your workflow
29
+ android: true
30
+ dotnet: true
31
+ haskell: true
32
+ large-packages: true
33
+ docker-images: true
34
+ swap-storage: true
35
36
- name: Clone
37
id: checkout
38
uses: actions/checkout@v3
0 commit comments