1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12:00

force add focal instead of bionic

This commit is contained in:
Nick Sweeting 2020-12-11 20:10:11 +02:00
parent b61143337e
commit 8896e1957a

View file

@ -25,8 +25,8 @@ jobs:
- name: Install packaging dependencies
run: |
sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" >> /etc/apt/sources.list'
sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" >> /etc/apt/sources.list'
sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
sudo apt update
sudo apt install -y python3 python3-dev python3-pip python3-venv python3-all dh-python debhelper devscripts dput software-properties-common python3-distutils python3-setuptools python3-wheel python3-stdeb
# pip3 install --upgrade pip setuptools wheel stdeb