Update build.yml

This commit is contained in:
Ross Scroggs 2025-03-20 17:59:04 -07:00
parent 25458dc7a3
commit 83b2953602
No known key found for this signature in database
GPG Key ID: 54585EA0887857D5

View File

@ -520,6 +520,7 @@ jobs:
# brew install coreutils
# realpath=grealpath
# fi
export gam="${gampath}/gamadv-xtd3"
if [[ "${RUNNER_OS}" == "Windows" ]]; then
export gam=$(cygpath -w "$gam")
echo "GAM on Windows at ${gam}"