Skip to content

Commit

Permalink
include pkg-config and ncursesw
Browse files Browse the repository at this point in the history
  • Loading branch information
catriverr authored Aug 21, 2024
1 parent 2a23fc3 commit c7efc80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: configure
run: make
run: |
brew install pkg-config
brew install ncurses
- name: make
run: make
- name: make
Expand Down

0 comments on commit c7efc80

Please sign in to comment.