use ubuntu-20.04 instead of latest
This commit is contained in:
parent
82de5631bb
commit
5faeb13872
1 changed files with 1 additions and 7 deletions
8
.github/workflows/debian.yml
vendored
8
.github/workflows/debian.yml
vendored
|
@ -9,7 +9,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -40,12 +40,6 @@ jobs:
|
|||
- name: Install archivebox from deb
|
||||
run: |
|
||||
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-mypy-extensions
|
||||
sudo apt install ripgrep
|
||||
sudo apt install ./archivebox*.deb
|
||||
|
||||
- name: Add some links to test
|
||||
|
|
Loading…
Reference in a new issue