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 Nov 11, 2024
1 parent 418de7d commit 0b95a4c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ jobs:
if test "${current_os:?}" = 'Linux'; then
sudo apt-get -y -qq install 'mksh' 'yash' 'posh' 1> /dev/null
elif test "${current_os:?}" = 'macOS'; then
brew update
brew update --quiet
brew 1> /dev/null install --quiet 'mksh' 'oksh' 'ksh93' 'yash'
brew install --quiet 'oils-for-unix'
brew 1> /dev/null install --quiet 'oils-for-unix'
osh --version
mkdir -p -- '${{ github.workspace }}/cache/temp' || exit "${?}"
if false && wget -q -O '${{ github.workspace }}/cache/temp/oils-for-unix.tar' -- "https://op.oilshell.org/uuu/github-jobs/8214/cpp-tarball.wwz/_release/oils-for-unix.tar"; then
Expand Down Expand Up @@ -198,12 +198,13 @@ jobs:
case "${_s_shell?}" in
'obosh') return 0 ;; # Skip
'busybox'*) if test "${3?}" = 'hush'; then return 0; fi ;; # Skip if hush
'ysh') return 0 ;; # Skip
*) ;;
esac
else
case "${_s_shell?}" in
#'osh') return 0 ;; # Skip until is fixed
'obosh') return 0 ;; # Skip
'ysh') return 0 ;; # Skip
*) ;;
esac
fi
Expand Down

0 comments on commit 0b95a4c

Please sign in to comment.