Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 6, 2024
1 parent d6f8604 commit 9f32cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
sudo modprobe v4l2loopback devices=1 video_nr=0 exclusive_caps=1 card_label='VCamera'
ls -l /dev/video0
- run: |
v4l2-ctl --device /dev/video0 --all
v4l2-ctl --device /dev/video0 --list-formats-ext
sudo v4l2-ctl --device /dev/video0 --all
sudo v4l2-ctl --device /dev/video0 --list-formats-ext
- run: /home/runner/work/momo/momo/_build/ubuntu-22.04_x86_64/release/momo/momo --version
- run: uv sync
working-directory: ./test
Expand Down

0 comments on commit 9f32cfd

Please sign in to comment.