mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 20:23:12 +00:00
whoops forgot sudo
This commit is contained in:
parent
2db5e51b54
commit
03334ec687
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debian.yml
vendored
2
.github/workflows/debian.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- name: Install archivebox from deb
|
||||
run: |
|
||||
apt install deb_dist/archivebox*.deb
|
||||
sudo apt install deb_dist/archivebox*.deb
|
||||
|
||||
- name: Add some links to test
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue