Skip to content

Commit

Permalink
CI: install ncurses before building
Browse files Browse the repository at this point in the history
  • Loading branch information
XPhyro committed Jan 25, 2024
1 parent 55273f0 commit 100ba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: dep
run: |
sudo apt-get update --fix-missing
sudo apt-get -y install libmagic-dev moreutils libbsd-dev cargo
sudo apt-get -y install libmagic-dev moreutils libbsd-dev cargo libncurses5-dev libncursesw5-dev
git submodule update --init --recursive
- name: build
run: |
Expand Down

0 comments on commit 100ba15

Please sign in to comment.