From c5736f51c9a02c2ce8d01bb25824d0293c52c1b1 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 7 Jan 2025 20:20:22 -0500 Subject: [PATCH] allow cache cleaning in fedora container to fail silently, the only place that disk space is ever used is in the CI job --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 7bfa23d..4201a56 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -107,7 +107,7 @@ jobs: - run: echo enabled=1 >> /etc/yum.repos.d/adoptium.repo - run: echo gpgcheck=1 >> /etc/yum.repos.d/adoptium.repo - run: echo gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public >> /etc/yum.repos.d/adoptium.repo - - run: dnf clean all && rm -r /var/cache/dnf && dnf upgrade -y && dnf update -y + - run: dnf clean all && rm -rf /var/cache/dnf && dnf upgrade -y && dnf update -y - run: dnf install -y temurin-21-jdk - name: Generate override.properties run: |