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 d39f73e commit 60a11b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cargo-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Install dependencies
run: |
sudo apt update && sudo apt upgrade -y
sudo apt install libgstreamer1.0-dev libunwind-dev
sudo apt install libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
libunwind-dev
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 60a11b3

Please sign in to comment.