Skip to content

Commit

Permalink
Fix build by adding libacl and libncurses
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jun 8, 2022
1 parent c82f2fb commit c075a8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cmake -B build && cmake --build build

- name: Install dependencies
run: sudo apt update && sudo apt install -y libacl1-dev libncurses5-dev
- name: Build
run: cmake -B build && cmake --build build

0 comments on commit c075a8d

Please sign in to comment.