Skip to content

Commit

Permalink
Linux: Build GStreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Oct 19, 2024
1 parent 2da6f12 commit c5d7208
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
ARTIFACT: QGroundControl-x86_64.AppImage
QT_VERSION: 6.6.3
# GST_VERSION: 1.22.12
GST_VERSION: 1.22.12

steps:
- name: Free Disk Space (Ubuntu)
Expand All @@ -58,6 +58,14 @@ jobs:
sudo ./tools/setup/install-dependencies-debian.sh
python3 -m pip install --user ninja cmake
# - name: Build GStreamer
# uses: ./.github/actions/gstreamer

- name: Install GStreamer
uses: blinemedical/setup-gstreamer@v1
with:
version: ${{ env.GST_VERSION }}

- uses: lukka/get-cmake@latest

- name: Install Vulkan
Expand Down Expand Up @@ -105,9 +113,6 @@ jobs:
modules: qtcharts qtlocation qtpositioning qtspeech qt5compat qtmultimedia qtserialport qtimageformats qtshadertools qtconnectivity qtquick3d qtsensors
cache: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}

# - name: Build GStreamer
# uses: ./.github/actions/gstreamer

- run: mkdir ${{ runner.temp }}/shadow_build_dir

- name: Configure
Expand Down

0 comments on commit c5d7208

Please sign in to comment.