mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
actions take 20
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -18,6 +18,9 @@ jobs:
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019, windows-2016]
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- name: Turn of bash -e
|
||||
run: set +e
|
||||
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
persist-credentials: false
|
||||
@@ -25,6 +28,7 @@ jobs:
|
||||
|
||||
- name: Before Build
|
||||
run: |
|
||||
set +e
|
||||
export GAMOS=$"${RUNNER_OS,,}"
|
||||
if [ "${ImageOS}" == "win16" ]; then
|
||||
export PLATFORM="x86";
|
||||
|
||||
Reference in New Issue
Block a user