From cfd80093800b91438343035424b60633776ccb03 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 9 Feb 2024 08:40:43 +0100 Subject: [PATCH] gh/scripts/macOS/install_others.sh: fixed local path fixed local installation when `cd` was executed (eg. for aja) --- .github/scripts/macOS/install_others.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/macOS/install_others.sh b/.github/scripts/macOS/install_others.sh index 9583e73d7..99f15d1b1 100755 --- a/.github/scripts/macOS/install_others.sh +++ b/.github/scripts/macOS/install_others.sh @@ -1,6 +1,6 @@ #!/bin/sh -eu -srcroot=${GITHUB_WORKSPACE-.} +srcroot=${GITHUB_WORKSPACE-$PWD} readonly srcroot if [ -z "${GITHUB_ENV-}" ]; then