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 675629b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 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,8 +58,6 @@ jobs:
sudo ./tools/setup/install-dependencies-debian.sh
python3 -m pip install --user ninja cmake
- uses: lukka/get-cmake@latest

- name: Install Vulkan
run: |
wget -qO - http://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
Expand All @@ -81,8 +79,6 @@ jobs:
cd ccache-*-linux-x86_64
sudo make install
- uses: seanmiddleditch/gha-setup-ninja@v5

- name: Set Up Cache
uses: hendrikmuhs/[email protected]
with:
Expand All @@ -108,6 +104,15 @@ jobs:
# - 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

- uses: seanmiddleditch/gha-setup-ninja@v5

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

- name: Configure
Expand Down

0 comments on commit 675629b

Please sign in to comment.