From 4a02fe5491df68d6c6d35477c52bb54ead07f5dd Mon Sep 17 00:00:00 2001 From: sirknightj Date: Wed, 4 Dec 2024 20:05:20 -0800 Subject: [PATCH] Install GStreamer for the mac jobs to check the GStreamer sample builds --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1e4b47942..3fa605c5da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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