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 3f854e3 commit 52d544aCopy full SHA for 52d544a
.github/workflows/macos.yml
@@ -103,11 +103,6 @@ jobs:
103
working-directory: ${{ runner.temp }}/shadow_build_dir
104
run: cmake --install . --config ${{ matrix.BuildType }}
105
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
-
111
- name: Upload Build File
112
if: matrix.BuildType == 'Release'
113
uses: ./.github/actions/upload
0 commit comments