mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-22 07:01:37 +00:00
actions take 29
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -34,7 +34,10 @@ jobs:
|
||||
|
||||
- name: Before Build
|
||||
run: |
|
||||
declare -l GAMOS=$"${RUNNER_OS}" # compat with MacOS and Bash 3
|
||||
if [ "${RUNNER_OS}" == "macOS" ]; then
|
||||
export GAMOS="macos"
|
||||
else
|
||||
export GAMOS=$"${RUNNER_OS,,}"
|
||||
if [ "${ImageOS}" == "win16" ]; then
|
||||
export PLATFORM="x86";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user