Skip to content

Commit

Permalink
Test using macosx10.13 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Nov 8, 2019
1 parent 2f49581 commit 7724fea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:
run: ./download_qt.sh
- name: Build
working-directory: ${{ github.workspace }}/../osx-packaging-scripts
run: python3 __main__.py --qt-path qt/*/*/
run: |
export MACOSX_DEPLOYMENT_TARGET=10.10
export SDKROOT=$(xcrun --sdk macosx10.13 --show-sdk-path)
echo SDKROOT = $SDKROOT
python3 __main__.py --qt-path qt/*/*/
- name: Build .dmg
working-directory: ${{ github.workspace }}/../osx-packaging-scripts
run: python3 build_dmg.py
Expand Down

0 comments on commit 7724fea

Please sign in to comment.