Skip to content

build: bump remotefs-smb 0.5.0 (#446) #172

build: bump remotefs-smb 0.5.0 (#446)

build: bump remotefs-smb 0.5.0 (#446) #172

Workflow file for this run

name: Install.sh
on:
push:
branches: [main]
tags:
- "v*"
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install termscp from script
run: |
./install.sh -f
which termscp || exit 1
termscp --version