mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[workflows] use -DUSE_STATIC=off on windows
This commit is contained in:
parent
117d72db31
commit
d6ea511d15
3
.github/workflows/windows_test.yml
vendored
3
.github/workflows/windows_test.yml
vendored
@ -58,7 +58,8 @@ jobs:
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DUSE_MULTIMEDIA=oiio \
|
||||
-DUSE_PANDOC=off \
|
||||
-DUSE_QRCODEGEN=on
|
||||
-DUSE_QRCODEGEN=on \
|
||||
-DUSE_STATIC=off
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user