Skip to content

Commit

Permalink
setup-uv@3
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 20, 2024
1 parent ab7ca5f commit f8960a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
chmod 755 momo/momo
# mv momo-${{ env.MOMO_VERSION }}_${{ matrix.os }}_${{ env.MOMO_ARCH }}/momo ${{ github.workspace }}/_build/${{ matrix.os }}_${{ env.MOMO_ARCH }}/release/momo/
mv momo/momo ${{ github.workspace }}/_build/${{ matrix.os }}_${{ env.MOMO_ARCH }}/release/momo/
- uses: astral-sh/setup-uv@v2
- uses: astral-sh/setup-uv@v3
- name: setup v4l2loopback
run: |
sudo modprobe v4l2loopback devices=1 video_nr=0 exclusive_caps=1 card_label='VCamera'
Expand Down

0 comments on commit f8960a2

Please sign in to comment.