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