125 installation missing aarch64 linux build (#146)

aarch64 build
This commit is contained in:
Christian Visintin
2023-02-11 12:22:34 +01:00
committed by veeso
parent 1c75c7d386
commit c0bc493d21
8 changed files with 179 additions and 43 deletions

19
.github/workflows/install.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Install.sh
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
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