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 74cb942
Showing 1 changed file with 1 addition and 1 deletion.
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-dev

- name: Format
run: make format
Expand Down

0 comments on commit 74cb942

Please sign in to comment.