mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update build-packages.yml
This commit is contained in:
parent
a066b3a062
commit
07e08d417a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-packages.yml
vendored
4
.github/workflows/build-packages.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue