Skip to content

Commit 82de563

Browse files
committed
dont enable universe until after setup
1 parent 8896e19 commit 82de563

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/debian.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525

2626
- name: Install packaging dependencies
2727
run: |
28-
sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
29-
sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
30-
sudo apt update
3128
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
3229
# pip3 install --upgrade pip setuptools wheel stdeb
3330
@@ -43,6 +40,9 @@ jobs:
4340
- name: Install archivebox from deb
4441
run: |
4542
cd deb_dist/
43+
sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
44+
sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
45+
sudo apt update
4646
sudo apt install python3-dateparser
4747
sudo apt install python3-mypy-extensions
4848
sudo apt install ripgrep

0 commit comments

Comments
 (0)