mirror of
https://github.com/curl/curl.git
synced 2026-07-25 06:48:07 +03:00
CI: spellcheck/appveyor: invoke configure --without-libpsl
Follow-up to 2998874bb6
This commit is contained in:
parent
89bb115e4a
commit
e2fbe56610
2 changed files with 5 additions and 5 deletions
2
.github/workflows/spellcheck.yml
vendored
2
.github/workflows/spellcheck.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: build curl.1
|
||||
run: |
|
||||
autoreconf -fi
|
||||
./configure --without-ssl
|
||||
./configure --without-ssl --without-libpsl
|
||||
make -C docs
|
||||
|
||||
- name: strip "uncheckable" sections from .3 pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue