Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Dec 13, 2024
1 parent 90b08bc commit 5fb4764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_with_v4l2loopback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: |
${{ matrix.GCC }}
${{ matrix.GCC }} \
libgstreamer1.0-0
- name: Building for ${{ matrix.os }} ${{ matrix.target }} (${{ matrix.SUFFIX }})
run: cargo test --no-run --release --locked --target ${{matrix.target}} --verbose
Expand Down

0 comments on commit 5fb4764

Please sign in to comment.