Update main.yml

This commit is contained in:
Joshua Granick
2019-10-17 18:41:16 -07:00
committed by GitHub
parent 4b1c2a1bcf
commit 23a295877f

View File

@@ -54,8 +54,8 @@ jobs:
build-macos: build-macos:
runs-on: macOS-10.14 runs-on: macOS-10.14
env: env:
MACOSX_VER: 10.13 #MACOSX_VER: 10.13
MACOSX_DEPLOYMENT_TARGET: 10.9 #MACOSX_DEPLOYMENT_TARGET: 10.9
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
@@ -92,8 +92,10 @@ jobs:
- name: Rebuild Lime binaries - name: Rebuild Lime binaries
run: | run: |
lime rebuild mac -release -verbose -nocolor -DMACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET #lime rebuild mac -release -verbose -nocolor -DMACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET
lime rebuild hl -release -verbose -nocolor -DMACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET #lime rebuild hl -release -verbose -nocolor -DMACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET
lime rebuild mac -release -verbose -nocolor
lime rebuild hl -release -verbose -nocolor
lime rebuild ios -release -verbose -nocolor lime rebuild ios -release -verbose -nocolor
build-windows: build-windows: