diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml index 23074c5..b1532f6 100644 --- a/.forgejo/workflows/playing-around.yaml +++ b/.forgejo/workflows/playing-around.yaml @@ -22,8 +22,8 @@ jobs: uses: actions/checkout@v4 - name: Install Podman - run: | - apt-get update && apt-get install -y podman + run: | + apt-get update && apt-get install -y podman - name: Podman info run: podman info