FIXUP: Don't need to use uv when building the deb scripts

This commit is contained in:
Alexis Métaireau 2025-01-13 16:23:33 +01:00
parent 2e1fa9b7a0
commit b341081503
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -245,7 +245,7 @@ jobs:
run: |
./dev_scripts/env.py --distro ${{ matrix.distro }} \
--version ${{ matrix.version }} \
run --dev --no-gui uv run --group package ./dangerzone/install/linux/build-deb.py
run --dev --no-gui ./dangerzone/install/linux/build-deb.py
- name: Upload Dangerzone .deb
if: matrix.distro == 'debian' && matrix.version == 'bookworm'