Skip to content

Commit

Permalink
windows ci: don't use OIIO for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 14, 2025
1 parent c68db99 commit bb7f35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit bb7f35b

Please sign in to comment.