mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[macos] don't run pandoc in workflow
This commit is contained in:
parent
e6ca5ebd5e
commit
d9d3b19bd8
7
.github/workflows/macos_test.yml
vendored
7
.github/workflows/macos_test.yml
vendored
@ -26,7 +26,6 @@ jobs:
|
||||
ffmpeg \
|
||||
libunistring \
|
||||
ncurses \
|
||||
pandoc \
|
||||
readline
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
@ -35,7 +34,8 @@ jobs:
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DUSE_PANDOC=off
|
||||
|
||||
- name: make
|
||||
run: |
|
||||
@ -45,7 +45,8 @@ jobs:
|
||||
- name: ctest
|
||||
run: |
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
make test
|
||||
#ctest --output-on-failure
|
||||
|
||||
- name: make install
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user