working on 0.12

This commit is contained in:
veeso
2023-05-09 12:48:51 +02:00
parent 3ec94c17bc
commit 9bf23b3f6b
17 changed files with 24 additions and 20 deletions

View File

@@ -1,6 +1,10 @@
name: Install.sh
on: [push, pull_request]
on:
push:
branches: [main]
tags:
- "v*"
env:
CARGO_TERM_COLOR: always
@@ -15,5 +19,5 @@ jobs:
run: sudo apt update && sudo apt install -y curl wget
- name: Install termscp from script
run: |
./install.sh -v=0.11.3 -f
./install.sh -v=0.12.0 -f
which termscp || exit 1