Skip to content

Commit

Permalink
make workflow comply wih the new makefile option
Browse files Browse the repository at this point in the history
  • Loading branch information
catriverr committed Aug 22, 2024
1 parent 1ed4cdd commit ecd24e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
brew install pkg-config
brew install ncurses
- name: make
run: make
run: make no-ncurses all
- name: make
run: make
run: make no-ncurses all
- name: make
run: make
run: make no-ncurses all

0 comments on commit ecd24e1

Please sign in to comment.