Skip to content

Commit b39a9bf

Browse files
authored
Merge pull request #1331 from ericmehl/fix-windows-release-dependencies
CI : Fix Windows release build dependencies
2 parents f7b388e + da5dfa9 commit b39a9bf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
os: windows-2019
7171
buildType: RELEASE
7272
options: .github/workflows/main/options.windows
73-
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.0/gafferDependencies-6.2.0-Python3-windows.zip
73+
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.1/gafferDependencies-6.2.1-Python3-windows.zip
7474
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
7575
publish: true
7676

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Fixes
88
- MeshAlgo.resamplePrimitiveVariable : From Constant now supports all data types.
99
- PointsAlgo.resamplePrimitiveVariable : From Constant now supports all data types.
1010

11+
Build
12+
-----
13+
14+
- Update Windows release build dependencies to 6.2.1.
15+
1116
10.4.4.0 (relative to 10.4.3.1)
1217
========
1318

0 commit comments

Comments
 (0)