From f3ca5de9abe37b9b0a0b66d102c6d959765e7686 Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Sat, 26 Aug 2023 12:29:48 -0600 Subject: [PATCH] Dear CI, please just work --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b7cf8a7..73e8edeb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: with: go-version: '1.20' - name: "Install libheif" - run: "./.github/workflows/build-libheif.sh" + run: "chmod +x ./.github/workflows/build-libheif.sh && ./.github/workflows/build-libheif.sh" - run: './build.sh' # verify the thing compiles static: name: 'Go Static (1.20)' @@ -22,7 +22,7 @@ jobs: with: go-version: '1.20' - name: "Install libheif" - run: "./.github/workflows/build-libheif.sh" + run: "chmod +x ./.github/workflows/build-libheif.sh && ./.github/workflows/build-libheif.sh" - name: "Prepare: compile assets" run: "GOBIN=$PWD/bin go install -v ./cmd/compile_assets" - name: "Run: compile assets" -- GitLab