From: Daan De Meyer Date: Fri, 16 Aug 2024 22:47:56 +0000 (+0200) Subject: ci: Add missing shebangs X-Git-Tag: v25~357^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F2959%2Fhead;p=thirdparty%2Fmkosi.git ci: Add missing shebangs No clue how this worked before. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2f053f24..43f2e5c69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,6 +165,7 @@ jobs: # fail if the script already exists, to avoid hard to debug CI errors [[ -f mkosi.configure ]] && exit 1 tee mkosi.configure <&2 cat EOF @@ -175,6 +176,7 @@ jobs: do [[ -f "mkosi.${script}" ]] && exit 1 tee "mkosi.${script}" <&2 TOK chmod +x "mkosi.${script}"