Skip to content

Commit b12d7ef

Browse files
committed
Build fixes
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
1 parent 4df0dd4 commit b12d7ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- name: Install ZLIB (Windows)
5858
if: runner.os == 'Windows'
5959
run: vcpkg install zlib:x64-windows
60+
echo "CMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" >> $env:GITHUB_ENV
6061
- name: Build
6162
run: |
6263
cmake -E make_directory ${{ env.OTIO_BUILD_DIR }}

0 commit comments

Comments
 (0)