mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 20:23:12 +00:00
force add focal instead of bionic
This commit is contained in:
parent
b61143337e
commit
8896e1957a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/debian.yml
vendored
4
.github/workflows/debian.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue