Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 20, 2024
1 parent 8058cbe commit 126241c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 126241c

Please sign in to comment.