Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored May 13, 2024
1 parent f1d9a13 commit 57be515
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/llama-cpp-server/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ fn main() {
make_output_binary(&out, "llama-server")
};

std::fs::rename(server_binary, &renamed_server_binary)
.expect("Failed to rename server binary");
std::fs::rename(server_binary, &renamed_server_binary).expect("Failed to rename server binary");
copy_to_output(&renamed_server_binary)
.expect("Failed to copy server binary to output directory");
}
Expand Down

0 comments on commit 57be515

Please sign in to comment.