install.yml

This commit is contained in:
veeso
2023-02-19 18:24:29 +01:00
parent 0c88f559e2
commit 46f2954bc4

View File

@@ -3,17 +3,17 @@ name: Install.sh
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -y curl wget
- name: Install termscp from script
run: |
./install.sh -v=0.10.0 -f
which termscp || exit 1
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -y curl wget
- name: Install termscp from script
run: |
./install.sh -v=0.11.0 -f
which termscp || exit 1