diff --git a/External/build.sh b/External/build.sh index f69288f..babfb95 100755 --- a/External/build.sh +++ b/External/build.sh @@ -89,7 +89,7 @@ fi # Build SDL pushd SDL -git reset --hard HEAD +git reset --hard HEAD || echo "Failed to clean up the repository" if [[ $RUNNER_OS == 'Windows' ]]; then echo "Patching SDL to not include gameinput.h"