Skip to content

Commit

Permalink
fix: CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwtw committed May 25, 2024
1 parent 695b8ea commit b4ea691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/backend/lua/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn eval_string<S1: AsRef<str>, S2: AsRef<str>>(decl: S1, body: S2) -> String {
f.write_all(&buf).unwrap();

// execute
let lua_cmd = "lua5.4";
let lua_cmd = "lua";
let output = Command::new(lua_cmd)
.arg(fp)
.output()
Expand Down

0 comments on commit b4ea691

Please sign in to comment.