From 9b794589f0bb2bacc6c519d101499aa5c497e03c Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 15 Nov 2021 00:52:06 +0100 Subject: [PATCH] Try again --- .github/workflows/build-macosx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macosx.yml b/.github/workflows/build-macosx.yml index 6d0125c..28c7bcb 100644 --- a/.github/workflows/build-macosx.yml +++ b/.github/workflows/build-macosx.yml @@ -14,7 +14,7 @@ jobs: name: Setup environment run: | chmod +x scripts/install_macos_dependencies.sh - ./install_macos_dependencies.sh + ./scripts/install_macos_dependencies.sh - name: Build run: | @@ -34,7 +34,7 @@ jobs: name: Setup environment run: | chmod +x scripts/install_macos_dependencies.sh - ./install_macos_dependencies.sh + ./scripts/install_macos_dependencies.sh - name: Build run: |