mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
actions take 24
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -36,16 +36,12 @@ jobs:
|
||||
|
||||
- name: Before Build
|
||||
run: |
|
||||
set +e
|
||||
set
|
||||
export GAMOS=$"${RUNNER_OS,,}"
|
||||
if [ "${ImageOS}" == "win16" ]; then
|
||||
export PLATFORM="x86";
|
||||
else
|
||||
export PLATFORM="x86_64"
|
||||
fi
|
||||
echo "pwd"
|
||||
pwd
|
||||
echo "ls"
|
||||
ls -al
|
||||
cd src
|
||||
source travis/${GAMOS}-before-install.sh
|
||||
|
||||
Reference in New Issue
Block a user