Skip to content

Commit

Permalink
Fix curses for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Nov 22, 2024
1 parent 36a5276 commit 92d511d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Install dependencies
run:
brew install --formula boost
brew install --formula boost ncurses

- name: Checkout
uses: actions/checkout@v4
Expand All @@ -93,7 +93,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DBUILD_ONLY_TESTS=ON -DDISABLE_CURSES=ON
cmake .. -DCURSES_INCLUDE_PATH=/opt/homebrew/opt/ncurses/include -DBUILD_ONLY_TESTS=ON
cmake --build . --config Release -j 4
- name: Test
Expand Down

0 comments on commit 92d511d

Please sign in to comment.