From bb7f35bc8b46098d9b6070dbf1f13adb33dc08e9 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 14 Jan 2025 00:02:57 -0500 Subject: [PATCH] windows ci: don't use OIIO for now --- .github/workflows/windows_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_test.yml b/.github/workflows/windows_test.yml index e293113f5..a670eb976 100644 --- a/.github/workflows/windows_test.yml +++ b/.github/workflows/windows_test.yml @@ -30,12 +30,12 @@ jobs: git mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-doctest - mingw-w64-ucrt-x86_64-openimageio mingw-w64-ucrt-x86_64-libdeflate mingw-w64-ucrt-x86_64-libunistring mingw-w64-ucrt-x86_64-ncurses mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-ninja + #mingw-w64-ucrt-x86_64-openimageio - uses: actions/checkout@v2 @@ -56,7 +56,7 @@ jobs: cmake .. \ -GNinja \ -DCMAKE_BUILD_TYPE=Release \ - -DUSE_MULTIMEDIA=oiio \ + -DUSE_MULTIMEDIA=none \ -DUSE_PANDOC=off \ -DUSE_QRCODEGEN=on \ -DUSE_STATIC=off