From 461c8aef34f32d6ea7cdae65ceda89f2efc4785b Mon Sep 17 00:00:00 2001 From: Marco <82162277+mamaraddio@users.noreply.github.com> Date: Wed, 17 May 2023 14:59:42 +0200 Subject: [PATCH] Update test-suite.yml Previous changes don't solve the issue, since @wintermi handled this exception in he's plugin no additional installation are required --- .github/workflows/test-suite.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 3fb0c66..13ed53d 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -46,6 +46,5 @@ jobs: # Test Environment Variable [[ -d "$ZAP_DIR" ]] # Test Plugin Installation - sudo apt install lsd # needed for next steps plug "wintermi/zsh-lsd" git -C "${ZAP_DIR}/plugins/zsh-lsd/" status || exit 1