We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd6650 commit 1cccfd3Copy full SHA for 1cccfd3
.github/workflows/test-podman-next.yaml
@@ -12,6 +12,11 @@ jobs:
12
os: ["ubuntu-latest"]
13
runs-on: ${{ matrix.os }}
14
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
20
- name: Install Podman Next (Nightly Build)
21
env:
22
FEDORA_RELEASE: 41
0 commit comments