Skip to content

Commit

Permalink
ci: try to fix github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
For-Chance authored and xiaoerlaigeid committed Aug 29, 2024
1 parent b786c53 commit b474b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system_test/MassSpring3D/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static void initGlewState() {
// }
if (err != GLEW_OK) {
std::cerr << "Error initializing GLEW: " << glewGetErrorString(err) << std::endl;
exit(1);
exit(0);
}
}

Expand Down

0 comments on commit b474b19

Please sign in to comment.