Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Try installing gstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Aug 16, 2024
1 parent b02fea2 commit d1ad23a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
components: clippy, rustfmt

# We need gstreamer installed to compile this repo
- name: Setup GStreamer
uses: blinemedical/setup-gstreamer@1.0

# Make sure u guys don't write bad code
- run: cargo test --verbose
- run: cargo clippy --no-deps
Expand Down

0 comments on commit d1ad23a

Please sign in to comment.