mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-22 06:03:23 +02:00
dont enable universe until after setup
This commit is contained in:
6
.github/workflows/debian.yml
vendored
6
.github/workflows/debian.yml
vendored
@@ -25,9 +25,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install packaging dependencies
|
- name: Install packaging dependencies
|
||||||
run: |
|
run: |
|
||||||
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
|
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
|
# pip3 install --upgrade pip setuptools wheel stdeb
|
||||||
|
|
||||||
@@ -43,6 +40,9 @@ jobs:
|
|||||||
- name: Install archivebox from deb
|
- name: Install archivebox from deb
|
||||||
run: |
|
run: |
|
||||||
cd deb_dist/
|
cd deb_dist/
|
||||||
|
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 python3-dateparser
|
sudo apt install python3-dateparser
|
||||||
sudo apt install python3-mypy-extensions
|
sudo apt install python3-mypy-extensions
|
||||||
sudo apt install ripgrep
|
sudo apt install ripgrep
|
||||||
|
Reference in New Issue
Block a user