Skip to content

Commit a7f0edd

Browse files
committed
Github Action fix?
1 parent 135f2f5 commit a7f0edd

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/ai-toolbox-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
echo "Removing large directories"
4242
# deleting 15GB
4343
rm -rf /usr/share/dotnet/
44+
rm -rf /opt/hostedtoolcache
4445
df -h
4546
- name: Set versioned tag
4647
id: versioned-tag

.github/workflows/microshift.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
echo "Removing large directories"
5353
# deleting 15GB
5454
rm -rf /usr/share/dotnet/
55+
rm -rf /opt/hostedtoolcache
5556
df -h
5657
- name: Build OS content
5758
uses: redhat-actions/buildah-build@v2

.github/workflows/os-content.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
echo "Removing large directories"
4747
# deleting 15GB
4848
rm -rf /usr/share/dotnet/
49+
rm -rf /opt/hostedtoolcache
50+
4951
df -h
5052
- name: Set versioned tag
5153
id: versioned-tag

.github/workflows/toolbox-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
echo "Removing large directories"
4242
# deleting 15GB
4343
rm -rf /usr/share/dotnet/
44+
rm -rf /opt/hostedtoolcache
4445
df -h
4546
- name: Set versioned tag
4647
id: versioned-tag

0 commit comments

Comments
 (0)