Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Jan 4, 2024
1 parent 22855a3 commit 2908328
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cut-video-daemon-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
profile: minimal
override: true

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libclang-dev libvpx-dev libasound2-dev libv4l-dev cmake
- name: Build and Create DEB Package
run: |
cargo install cargo-deb
Expand Down

0 comments on commit 2908328

Please sign in to comment.