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 0b95a4c commit 659628d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +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 --quiet
brew 1> /dev/null install --quiet 'mksh' 'oksh' 'ksh93' 'yash'
brew 1> /dev/null install --quiet 'oils-for-unix'
osh --version
brew 1> /dev/null update --quiet || exit "${?}"
brew 1> /dev/null install --quiet 'mksh' 'oksh' 'ksh93' 'yash' || exit "${?}"
brew install --quiet 'oils-for-unix' || exit "${?}"
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
tar -x -f '${{ github.workspace }}/cache/temp/oils-for-unix.tar' -C '${{ github.workspace }}/cache/temp' || exit "${?}"
Expand Down Expand Up @@ -151,8 +150,8 @@ jobs:
#echo '==='
#'/opt/homebrew/bin/etsh' --version || echo $?
echo '==='
ysh tools/my_test.sh || echo $?
echo '==='
#ysh tools/my_test.sh || echo $?
#echo '==='
else
choco 1> /dev/null install 'busybox' -y --no-progress
#choco install 'schily-cdrtools' --pre -y --no-progress
Expand Down

0 comments on commit 659628d

Please sign in to comment.