From 6325cb2fe475038cd3d3d917304b12bfe9466653 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Mon, 24 Nov 2025 19:33:30 +0100 Subject: [PATCH] fixed syntax error in YAML file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d205cd4..759ff71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: Install Podman run: sudo apt update && sudo apt install -y podman - - name: Free up disk space + - name: Free up disk space run: | # Remove Java (JDKs) sudo rm -rf /usr/lib/jvm