mirror of
https://github.com/veeso/termscp.git
synced 2026-04-02 08:12:19 -07:00
chore: Use apt to install termscp on debian base to prevent broken deps
This commit is contained in:
14
.github/workflows/install.yml
vendored
14
.github/workflows/install.yml
vendored
@@ -11,13 +11,17 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: sudo apt update && sudo apt install -y curl wget libsmbclient
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install termscp from script
|
||||
run: |
|
||||
./install.sh -v=0.12.3 -f
|
||||
./install.sh -f
|
||||
which termscp || exit 1
|
||||
termscp --version
|
||||
|
||||
Reference in New Issue
Block a user