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 7a5f954 commit dd08895Copy full SHA for dd08895
.github/workflows/macos.yml
@@ -106,9 +106,7 @@ jobs:
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: |
110
- rm -rf /Library/Frameworks/GStreamer.framework
111
- ./QGroundControl --simple-boot-test
+ run: ./QGroundControl --simple-boot-test
112
113
- name: Upload Build File
114
0 commit comments