Skip to content

Commit

Permalink
ci: install gstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Nov 29, 2024
1 parent f8a849e commit 745b008
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- name: install gstreamer
run: brew install gstreamer
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand All @@ -41,6 +43,8 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- name: install gstreamer
run: brew install gstreamer
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand Down

0 comments on commit 745b008

Please sign in to comment.