Skip to content

Commit 6325cb2

Browse files
committed
fixed syntax error in YAML file
1 parent d42f6d0 commit 6325cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo ${{ steps.buildx.outputs.platforms }}
2121
- name: Install Podman
2222
run: sudo apt update && sudo apt install -y podman
23-
- name: Free up disk space
23+
- name: Free up disk space
2424
run: |
2525
# Remove Java (JDKs)
2626
sudo rm -rf /usr/lib/jvm

0 commit comments

Comments
 (0)