From 126241c4715ca235ef88cf8dda10fd26b72ec575 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Sun, 20 Oct 2024 21:43:25 +0200 Subject: [PATCH] Update scripts-testing.yml --- .github/workflows/scripts-testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scripts-testing.yml b/.github/workflows/scripts-testing.yml index fd378598..e0879a56 100644 --- a/.github/workflows/scripts-testing.yml +++ b/.github/workflows/scripts-testing.yml @@ -75,6 +75,7 @@ jobs: if test "${current_os:?}" = 'Linux'; then prepare_shell 'busybox' 'bin' 'https://busybox.net/downloads/binaries/1.35.0-x86_64-linux-musl/busybox' prepare_shell 'bosh' 'tar.xz' 'http://fuz.su/pub/schilytools/bin/schily-2024-03-21-x86_64-linux-gcc.tar.xz' + #prepare_shell 'hush' 'tar.gz' 'https://github.com/hush-shell/hush/releases/download/v0.1.4-alpha/hush-0.1.4-static-x86_64.tar.gz' fi - name: "Test scripts" shell: bash @@ -140,7 +141,7 @@ jobs: _s_shell="$(resolve_base "${2:?}")" || _s_shell="${2:?}" fi case "${_s_shell?}" in - obosh) return 0 ;; # Skip + #obosh) return 0 ;; # Skip *) ;; esac if test "${1:?}" = 'cmdline.sh'; then