Skip to content

Commit 1cccfd3

Browse files
authored
test: fix disk space error on nightly podman test (knative#2866)
1 parent edd6650 commit 1cccfd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-podman-next.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
os: ["ubuntu-latest"]
1313
runs-on: ${{ matrix.os }}
1414
steps:
15+
- name: Remove Unnecessary Software
16+
run: |
17+
sudo rm -rf /usr/share/dotnet || true
18+
sudo rm -rf /usr/local/lib/android || true
19+
sudo rm -rf /opt/ghc || true
1520
- name: Install Podman Next (Nightly Build)
1621
env:
1722
FEDORA_RELEASE: 41

0 commit comments

Comments
 (0)