Skip to content

Commit 0b2fb54

Browse files
test3
1 parent 30dec79 commit 0b2fb54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: macos-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- name: install ncursesw & libjansson
12+
- name: install ncurses & libjansson
1313
run: |
1414
git submodule init
1515
git submodule update
1616
brew install ncurses jansson
1717
- name: cmake
18-
run: cmake -DCMAKE_PREFIX_PATH=$(brew --prefix ncurses) -S . -B build
18+
run: cmake -DCMAKE_PREFIX_PATH=$(brew --prefix ncurses) -DPKG_CONFIG_PATH=$(brew --prefix ncurses)/lib/pkgconfig -S . -B build
1919
- name: make
2020
run: make -C build kek
2121
- name: store artifact in GitHub

0 commit comments

Comments
 (0)