Skip to content

Commit

Permalink
require libncurses
Browse files Browse the repository at this point in the history
Signed-off-by: xermicus <[email protected]>
  • Loading branch information
xermicus committed Jun 4, 2024
1 parent 1c18dbe commit 57a59e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "$(pwd)/llvm18/bin" >> $GITHUB_PATH
- name: Install apt dependencies
run: sudo apt update && sudo apt install -y libtinfo5
run: sudo apt update && sudo apt install -y libtinfo5 libncurses5 libncurses5-dev

- name: Format
run: make format
Expand Down
6 changes: 3 additions & 3 deletions crates/integration/codesize.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Baseline": 934,
"Computation": 4360,
"DivisionArithmetics": 39448,
"ERC20": 46512,
"DivisionArithmetics": 39824,
"ERC20": 46356,
"Events": 1749,
"FibonacciIterative": 2973,
"Flipper": 3549,
"SHA1": 32709
"SHA1": 32543
}
1 change: 1 addition & 0 deletions crates/lld-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ fn main() {

set_rustc_link_flags();

println!("cargo:rustc-link-lib=tinfo");
println!("cargo:rerun-if-changed=build.rs");
}

0 comments on commit 57a59e4

Please sign in to comment.