diff --git a/.github/workflows/windows_vcpkg_debug.yml b/.github/workflows/windows_vcpkg_debug.yml index 8984808..f2430c8 100644 --- a/.github/workflows/windows_vcpkg_debug.yml +++ b/.github/workflows/windows_vcpkg_debug.yml @@ -30,8 +30,11 @@ jobs: - name: install dependencies - openexr run: vcpkg install openexr - - name: install dependencies - tiff - run: vcpkg install tiff + # disabling tiff due to security issue + # https://github.com/microsoft/vcpkg/issues/37871 + # https://github.com/microsoft/vcpkg/issues/37839 + # - name: install dependencies - tiff + # run: vcpkg install tiff - name: check vcpkg install status run: vcpkg list @@ -66,8 +69,11 @@ jobs: - name: install dependencies - openexr run: vcpkg install openexr - - name: install dependencies - tiff - run: vcpkg install tiff + # disabling tiff due to security issue + # https://github.com/microsoft/vcpkg/issues/37871 + # https://github.com/microsoft/vcpkg/issues/37839 +# - name: install dependencies - tiff + # run: vcpkg install tiff - name: check vcpkg install status run: vcpkg list diff --git a/.github/workflows/windows_vcpkg_release.yml b/.github/workflows/windows_vcpkg_release.yml index 1231023..8b1b115 100644 --- a/.github/workflows/windows_vcpkg_release.yml +++ b/.github/workflows/windows_vcpkg_release.yml @@ -30,8 +30,11 @@ jobs: - name: install dependencies - openexr run: vcpkg install openexr:x64-windows - - name: install dependencies - tiff - run: vcpkg install tiff:x64-windows + # disabling tiff due to security issue + # https://github.com/microsoft/vcpkg/issues/37871 + # https://github.com/microsoft/vcpkg/issues/37839 + #- name: install dependencies - tiff + # run: vcpkg install tiff:x64-windows - name: check vcpkg install status run: vcpkg list @@ -66,8 +69,11 @@ jobs: - name: install dependencies - openexr run: vcpkg install openexr:x64-windows - - name: install dependencies - tiff - run: vcpkg install tiff:x64-windows + # disabling tiff due to security issue + # https://github.com/microsoft/vcpkg/issues/37871 + # https://github.com/microsoft/vcpkg/issues/37839 + #- name: install dependencies - tiff + # run: vcpkg install tiff:x64-windows - name: check vcpkg install status run: vcpkg list