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 2, 2024
1 parent bcf933b commit a00b52a
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 @@ -144,8 +144,9 @@ jobs:
cd "${OLDPWD}" || exit "${?}"
fi
rm -f -r -- '${{ github.workspace }}/cache/temp' || exit "${?}"
brew install --quiet 'etsh'
brew install --quiet 'etsh' || echo $?
command -v 'etsh' || echo $?
'/opt/homebrew/bin/etsh' --version || 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 a00b52a

Please sign in to comment.