Skip to content

Commit

Permalink
debug again
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleChest committed Apr 23, 2024
1 parent d67feda commit 7530d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
cat .minecraft/versions/CI/logs/latest.log
ls -n .minecraft/versions/CI/logs/
ls -n .minecraft/versions/CI/
if [ `grep -c "java.lang.IllegalStateException: Failed to initialize GLFW, errors: GLFW error during init" .minecraft/versions/CI/logs/latest.log` -ne "1" ]; then echo "::error title=Game crashed::Oops." && exit 1; fi
if [ `grep -c "java.lang.IllegalStateException: Failed to initialize GLFW, errors: GLFW error during init" .minecraft/versions/CI/crash-reports/crash-*-client.txt` -ne "1" ]; then echo "::error title=Game crashed::Oops." && exit 1; fi

0 comments on commit 7530d49

Please sign in to comment.