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 11, 2024
1 parent 50bc217 commit 515e423
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ 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
printf '%s\n' '---'
sudo apt-get -y -qq install 'pbosh' || echo $?
choco install 'busybox' || echo $?
printf '%s\n' '---'
#man bosh || echo $?
choco install 'bosh' || echo $?
printf '%s\n' '---'
choco install 'pbosh' || echo $?
printf '%s\n' '---'
pkg install bosh || echo $?
printf '%s\n' '---'
Expand Down

0 comments on commit 515e423

Please sign in to comment.