We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2eaaf commit 6752ecfCopy full SHA for 6752ecf
.github/workflows/macos_debug.yml
@@ -78,7 +78,7 @@ jobs:
78
working-directory: ${{ runner.temp }}/shadow_build_dir
79
run: |
80
export JOBS=$((`sysctl -n hw.ncpu`+1))
81
- qmake -r ${SOURCE_DIR}/qgroundcontrol.pro CONFIG+=debug CONFIG+=installer CONFIG+=${BUILD_TYPE} QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"
+ qmake -r ${SOURCE_DIR}/qgroundcontrol.pro CONFIG+=debug CONFIG+=installer QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"
82
make -j$JOBS
83
84
- name: Upload Build File
0 commit comments