Ignore git reset error

This commit is contained in:
hwsmm 2025-01-02 14:08:46 +09:00
parent 23a3b77bcd
commit 2f7c96d5bd
1 changed files with 1 additions and 1 deletions

2
External/build.sh vendored
View File

@ -89,7 +89,7 @@ fi
# Build SDL # Build SDL
pushd SDL pushd SDL
git reset --hard HEAD git reset --hard HEAD || echo "Failed to clean up the repository"
if [[ $RUNNER_OS == 'Windows' ]]; then if [[ $RUNNER_OS == 'Windows' ]]; then
echo "Patching SDL to not include gameinput.h" echo "Patching SDL to not include gameinput.h"