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 1, 2024
1 parent 82435cd commit e3dd5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
echo '-------'
cd "${OLDPWD}" || exit "${?}"
fi
rm -f -- '${{ github.workspace }}/cache/temp' || exit "${?}"
rm -f -r -- '${{ github.workspace }}/cache/temp' || exit "${?}"
else
choco 1> /dev/null install 'busybox' -y --no-progress
#choco install 'schily-cdrtools' --pre -y --no-progress
Expand Down

0 comments on commit e3dd5ef

Please sign in to comment.