mirror of https://github.com/ppy/SDL3-CS.git
Ignore git reset error
This commit is contained in:
parent
23a3b77bcd
commit
2f7c96d5bd
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue