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 13, 2024
1 parent 0aa5eda commit 098a2a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
base:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
os: [macos-latest]
fail-fast: false
name: "${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
Expand Down Expand Up @@ -80,10 +80,15 @@ jobs:
if command 1> /dev/null -v 'apt-get'; then sudo apt-get -y -qq install 'mksh' 'yash' 'posh' 1> /dev/null; fi
if command 1> /dev/null -v 'brew'; then brew 1> /dev/null install --quiet 'oils-for-unix' 'mksh' 'yash'; fi
if command 1> /dev/null -v 'choco'; then choco 1> /dev/null install 'busybox' -y --no-progress; fi
echo '---'
command -v ksh || echo $?
brew 1> /dev/null install --quiet --HEAD 'ksh93'
echo '---'
command -v ksh || echo $?
command -v ksh93 || echo $?
echo '---'
brew 2> /dev/null info 'ksh' | head -n 1 && echo " - 1" || echo " - $?"
brew 2> /dev/null info 'ksh93' | head -n 1 && echo " - 1" || echo " - $?"
brew 2> /dev/null info 'ksh93' | head -n 1 | grep -m 1 -F -e 'ksh93' | cut -d ':' -f '2-' -s && echo " - 1" || echo " - $?"
echo '---'
#
Expand Down

0 comments on commit 098a2a2

Please sign in to comment.