From aa673883e9a4e0de807192479e90e4c7afe1fa97 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 17 Aug 2024 00:47:56 +0200 Subject: [PATCH] ci: Add missing shebangs No clue how this worked before. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2f053f247..43f2e5c69a 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}"