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 eec740c commit c559395
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
echo '-------'
echo 'BUILD'
echo '-------'
./_build/oils.sh 1> /dev/null || exit "${?}"
./_build/oils.sh 2> /dev/null || exit "${?}"
echo '-------'
echo 'INSTALL'
echo '-------'
Expand All @@ -146,7 +146,9 @@ jobs:
rm -f -r -- '${{ github.workspace }}/cache/temp' || exit "${?}"
brew install --quiet 'etsh' || echo $?
command -v 'etsh' || echo $?
echo '==='
'/opt/homebrew/bin/etsh' --version || 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 c559395

Please sign in to comment.