Skip to content

Commit

Permalink
CI: Add build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jul 11, 2023
1 parent f953122 commit 362bafc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cargo-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
name: Linux amd64
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt install librust-gstreamer-dev
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 362bafc

Please sign in to comment.