Skip to content

Commit

Permalink
Install GStreamer for the mac jobs to check the GStreamer sample builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj authored Dec 5, 2024
1 parent 4fc6501 commit 4a02fe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Install GStreamer
run: |
brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav
- name: Configure and build ${{ matrix.config.name }}
run: |
if [[ "${{ matrix.compiler }}" == "gcc" ]]; then
Expand Down

0 comments on commit 4a02fe5

Please sign in to comment.