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 4be397d commit 418de7d
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 @@ -120,8 +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 1> /dev/null install --quiet 'mksh' 'oksh' 'ksh93' 'yash'
brew install --quiet 'oils-for-unix@0.24.0'
brew 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

0 comments on commit 418de7d

Please sign in to comment.