mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 13:31:26 -07:00
fix: install workflow
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y curl wget
|
run: sudo apt update && sudo apt install -y curl wget libsmbclient
|
||||||
- name: Install termscp from script
|
- name: Install termscp from script
|
||||||
run: |
|
run: |
|
||||||
./install.sh -v=0.12.0 -f
|
./install.sh -v=0.12.0 -f
|
||||||
|
|||||||
Reference in New Issue
Block a user