Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vikram2784 authored Sep 1, 2024
1 parent dc13f25 commit 5ca4aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ca4aff

Please sign in to comment.