1 parent 6adbd3f commit 24fd01cCopy full SHA for 24fd01c
1 file changed
.github/workflows/deploy-image.yml
@@ -69,7 +69,7 @@ jobs:
69
platforms: linux/amd64,linux/arm64
70
71
build-and-publish-deb:
72
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
73
needs: test
74
if: startsWith(github.ref, 'refs/tags/v')
75
steps:
@@ -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.11-venv
88
- pip install 'setuptools<70'
+ sudo apt-get install -y dh-python python3-all debhelper build-essential fakeroot
+ pip install setuptools
89
90
- name: Build deb
91
run: python3 setup.py --command-packages=stdeb.command bdist_deb
0 commit comments