Skip to content

Commit 860774a

Browse files
authored
We need more diskspace
1 parent a9b56b7 commit 860774a

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.github/workflows/kcpp-build-release-linux-rocm.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,23 @@ env:
1616
jobs:
1717
linux:
1818
runs-on: ubuntu-22.04
19-
container:
20-
image: ubuntu:22.04
21-
options: --privileged
2219
steps:
20+
- name: Free Disk Space (Ubuntu)
21+
uses: jlumbroso/free-disk-space@main
22+
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+
2336
- name: Clone
2437
id: checkout
2538
uses: actions/checkout@v3

0 commit comments

Comments
 (0)