Skip to content

Commit 6c2eaaf

Browse files
committed
Update macos_debug.yml
1 parent a6ff87b commit 6c2eaaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos_debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
working-directory: ${{ runner.temp }}/shadow_build_dir
7979
run: |
8080
export JOBS=$((`sysctl -n hw.ncpu`+1))
81-
qmake -r ${SOURCE_DIR}/qgroundcontrol.pro CONFIG+=installer CONFIG+=${BUILD_TYPE}
82-
make -j$JOBS -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
81+
qmake -r ${SOURCE_DIR}/qgroundcontrol.pro CONFIG+=debug CONFIG+=installer CONFIG+=${BUILD_TYPE} QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"
82+
make -j$JOBS
8383
8484
- name: Upload Build File
8585
uses: ./.github/actions/upload

0 commit comments

Comments
 (0)