install local package force using dot slash
This commit is contained in:
parent
c47fee066d
commit
0ab8581c71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debian.yml
vendored
2
.github/workflows/debian.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Install archivebox from deb
|
||||
run: |
|
||||
cd deb_dist/
|
||||
sudo apt install archivebox*.deb
|
||||
sudo apt install ./archivebox*.deb
|
||||
|
||||
- name: Add some links to test
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue