windows ci: don't use OIIO for now

This commit is contained in:
nick black 2025-01-14 00:02:57 -05:00
parent c68db9963d
commit bb7f35bc8b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -30,12 +30,12 @@ jobs:
git git
mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-cmake
mingw-w64-ucrt-x86_64-doctest mingw-w64-ucrt-x86_64-doctest
mingw-w64-ucrt-x86_64-openimageio
mingw-w64-ucrt-x86_64-libdeflate mingw-w64-ucrt-x86_64-libdeflate
mingw-w64-ucrt-x86_64-libunistring mingw-w64-ucrt-x86_64-libunistring
mingw-w64-ucrt-x86_64-ncurses mingw-w64-ucrt-x86_64-ncurses
mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-toolchain
mingw-w64-ucrt-x86_64-ninja mingw-w64-ucrt-x86_64-ninja
#mingw-w64-ucrt-x86_64-openimageio
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -56,7 +56,7 @@ jobs:
cmake .. \ cmake .. \
-GNinja \ -GNinja \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DUSE_MULTIMEDIA=oiio \ -DUSE_MULTIMEDIA=none \
-DUSE_PANDOC=off \ -DUSE_PANDOC=off \
-DUSE_QRCODEGEN=on \ -DUSE_QRCODEGEN=on \
-DUSE_STATIC=off -DUSE_STATIC=off