mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +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
|
- name: Before Build
|
||||||
run: |
|
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
|
if [ "${ImageOS}" == "win16" ]; then
|
||||||
export PLATFORM="x86";
|
export PLATFORM="x86";
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user