From 5ca4aff98cdd67911de9f344c9fa3ba382bdee33 Mon Sep 17 00:00:00 2001 From: Vikram Fugro <65713660+vikram2784@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:51:05 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f774a2d..627b06a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ on: jobs: test: name: check_update_test - runs-on: ubuntu-latest + runs-on: restreamio/gstreamer:x86_64-latest-dev-with-source steps: - uses: actions/checkout@v2 - - name: Install gstreamer dev packages - run: sudo apt update && sudo apt install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good + - name: Install gstreamer dev + run: apt update && apt install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good - uses: actions-rs/toolchain@v1 with: profile: minimal