Update build-packages.yml

This commit is contained in:
H Lohaus 2025-08-22 14:48:30 +02:00 committed by GitHub
parent a066b3a062
commit 07e08d417a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,11 +209,11 @@ jobs:
- name: Install packaging tools - name: Install packaging tools
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y build-essential debhelper dh-python python3-setuptools python3-dev sudo apt-get install -y build-essential debhelper
- name: Install build tools - name: Install build tools
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install build --user python -m pip install build
- name: Create Debian package structure - name: Create Debian package structure
run: | run: |
mkdir -p debian/g4f/usr/bin mkdir -p debian/g4f/usr/bin