Skip to content

Commit

Permalink
fix errors to pass github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzzhHe committed Jul 12, 2024
1 parent f920044 commit 8b35126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system_test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main(int argc, char **argv) {
// std::cerr << "Usage: " << argv[0] << " <obj path>\n";
// }
// std::string obj_path = argv[1];
obj_path = "obj";
std::string obj_path = "obj";

auto framebuffer = std::make_shared<Framebuffer>(kWidth, kHeight);

Expand Down

0 comments on commit 8b35126

Please sign in to comment.