1 parent ee55ff5 commit c6be4baCopy full SHA for c6be4ba
1 file changed
.github/workflows/deploy-image.yml
@@ -84,7 +84,7 @@ 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
+ sudo apt-get install -y dh-python python3-all debhelper build-essential fakeroot python3-distutils
88
pip install 'setuptools>=40,<58'
89
90
- name: Build deb
0 commit comments