Skip to content

Commit 6752ecf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ 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+=debug CONFIG+=installer CONFIG+=${BUILD_TYPE} QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"
81+
qmake -r ${SOURCE_DIR}/qgroundcontrol.pro CONFIG+=debug CONFIG+=installer QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"
8282
make -j$JOBS
8383
8484
- name: Upload Build File

0 commit comments

Comments
 (0)