1 parent c6be4ba commit 6adbd3fCopy full SHA for 6adbd3f
1 file changed
.github/workflows/deploy-image.yml
@@ -84,8 +84,8 @@ jobs:
84
- name: Install build dependencies
85
run: |
86
sudo apt-get update -qq
87
- sudo apt-get install -y dh-python python3-all debhelper build-essential fakeroot python3-distutils
88
- pip install 'setuptools>=40,<58'
+ sudo apt-get install -y dh-python python3-all debhelper build-essential fakeroot python3.11-venv
+ pip install 'setuptools<70'
89
90
- name: Build deb
91
run: python3 setup.py --command-packages=stdeb.command bdist_deb
0 commit comments