mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
split out problematic packages for better info
This commit is contained in:
parent
0ab8581c71
commit
58bdaff183
1 changed files with 3 additions and 0 deletions
3
.github/workflows/debian.yml
vendored
3
.github/workflows/debian.yml
vendored
|
@ -40,6 +40,9 @@ jobs:
|
|||
- name: Install archivebox from deb
|
||||
run: |
|
||||
cd deb_dist/
|
||||
sudo apt install ripgrep
|
||||
sudo apt install python3-dateparser
|
||||
sudo apt install python3-mypy-extensions
|
||||
sudo apt install ./archivebox*.deb
|
||||
|
||||
- name: Add some links to test
|
||||
|
|
Loading…
Reference in a new issue