From cef100e5d9241ab384d15b609b83fc962b432860 Mon Sep 17 00:00:00 2001 From: veeso Date: Thu, 18 May 2023 11:42:24 +0200 Subject: [PATCH] fix: install workflow --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index c8e5e90..f61d2e8 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install dependencies - run: sudo apt update && sudo apt install -y curl wget + run: sudo apt update && sudo apt install -y curl wget libsmbclient - name: Install termscp from script run: | ./install.sh -v=0.12.0 -f