Skip to content

Commit 52d544a

Browse files
committed
Don't sanity check build from staging dir
1 parent 3f854e3 commit 52d544a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ jobs:
103103
working-directory: ${{ runner.temp }}/shadow_build_dir
104104
run: cmake --install . --config ${{ matrix.BuildType }}
105105

106-
- name: Sanity check install build excecutable
107-
if: matrix.BuildType == 'Release'
108-
working-directory: ${{ runner.temp }}/shadow_build_dir/staging/QGroundControl.app/Contents/MacOS
109-
run: ./QGroundControl --simple-boot-test
110-
111106
- name: Upload Build File
112107
if: matrix.BuildType == 'Release'
113108
uses: ./.github/actions/upload

0 commit comments

Comments
 (0)