Skip to content

Commit dd08895

Browse files
committed
Don't remove GStreamer framework
1 parent 7a5f954 commit dd08895

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ jobs:
106106
- name: Sanity check install build excecutable
107107
if: matrix.BuildType == 'Release'
108108
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
109+
run: ./QGroundControl --simple-boot-test
112110

113111
- name: Upload Build File
114112
if: matrix.BuildType == 'Release'

0 commit comments

Comments
 (0)