Update build.yml

This commit is contained in:
Jay Lee
2024-05-06 10:57:55 -04:00
committed by GitHub
parent 8cffa6e394
commit d4ea2ec978

View File

@@ -558,11 +558,11 @@ jobs:
brew install coreutils
realpath=grealpath
fi
export gam=$(realpath "$gam")
if [[ "${RUNNER_OS}" == "Windows" ]]; then
export gam=$(cygpath -w "$gam")
echo "GAM on Windows at ${gam}"
fi
export gam=$(realpath "$gam")
echo "gam=${gam}" >> $GITHUB_ENV
echo -e "GAM: ${gam}\nGAMPATH: ${gampath}"