From da5dfa957bc7605a5102d8a023784999a49aa3e7 Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Thu, 2 Feb 2023 14:52:26 -0500 Subject: [PATCH] CI : Fix Windows release build dependencies --- .github/workflows/main.yml | 2 +- Changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3f77feab2..9a8f004301 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: os: windows-2019 buildType: RELEASE 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: true diff --git a/Changes b/Changes index 04f8033b86..7f98d6d152 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,11 @@ Fixes - MeshAlgo.resamplePrimitiveVariable : From Constant now supports all data types. - PointsAlgo.resamplePrimitiveVariable : From Constant now supports all data types. +Build +----- + +- Update Windows release build dependencies to 6.2.1. + 10.4.4.0 (relative to 10.4.3.1) ========