Skip to content

Commit

Permalink
gh/scripts/macOS/install_others.sh: fixed local path
Browse files Browse the repository at this point in the history
fixed local installation when `cd` was executed (eg. for aja)
  • Loading branch information
MartinPulec committed Feb 9, 2024
1 parent 1d3ca83 commit cfd8009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/macOS/install_others.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -eu

srcroot=${GITHUB_WORKSPACE-.}
srcroot=${GITHUB_WORKSPACE-$PWD}
readonly srcroot

if [ -z "${GITHUB_ENV-}" ]; then
Expand Down

0 comments on commit cfd8009

Please sign in to comment.