diff --git a/.github/workflows/debian-cache.yml b/.github/workflows/debian-cache.yml index c259ef8..17a1b8b 100644 --- a/.github/workflows/debian-cache.yml +++ b/.github/workflows/debian-cache.yml @@ -70,7 +70,7 @@ jobs: status, output = getstatusoutput( "./out-of-tree --log-level=warn " "distro debian get-deb " - "--ignore-cached --max=16 + "--ignore-cached --max=16" ) logging.info(output) return status == 0