mirror of
https://github.com/veeso/termscp.git
synced 2026-09-27 14:31:18 -07:00
install.yml
This commit is contained in:
@@ -3,17 +3,17 @@ name: Install.sh
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
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
|
||||||
- name: Install termscp from script
|
- name: Install termscp from script
|
||||||
run: |
|
run: |
|
||||||
./install.sh -v=0.10.0 -f
|
./install.sh -v=0.11.0 -f
|
||||||
which termscp || exit 1
|
which termscp || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user