From 21fa887b5e528f894794b94442237424b3e086ea Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Wed, 18 Jan 2023 16:35:17 -0500 Subject: [PATCH] CI : Update to Windows dependencies `6.2.1` This dependency version includes Embree built in release mode, which does not require users to have debug system libraries installed. --- .github/workflows/main.yml | 2 +- Changes | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed4a9b5dc4..f3f77feab2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: os: windows-2019 buildType: RELWITHDEBINFO options: .github/workflows/main/options.windows - dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.0/gafferDependencies-6.2.0-Python3-windows.zip + dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.1/gafferDependencies-6.2.1-Python3-windows.zip tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: false diff --git a/Changes b/Changes index feddf8b6de..0d37598821 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +10.4.3.x (relative to 10.4.3.1) +======== + +Build +----- + +- Updated Windows dependencies to 6.2.1. + 10.4.3.1 (relative to 10.4.3.0) ========