1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

install local package force using dot slash

This commit is contained in:
Nick Sweeting 2020-12-11 19:46:26 +02:00
parent c47fee066d
commit 0ab8581c71

View file

@ -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: |