Skip to content

Commit c1f159a

Browse files
authored
Merge pull request #1304 from ericmehl/bump-Windows-dependencies
Windows build : Update to dependencies `6.2.0`
2 parents 996cbc1 + 83fca53 commit c1f159a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ 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.1.0/gafferDependencies-6.1.0-Python3-windows.zip
73+
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.0/gafferDependencies-6.2.0-Python3-windows.zip
7474
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
7575
publish: true
7676

7777
- name: windows-python3-debug
7878
os: windows-2019
7979
buildType: RELWITHDEBINFO
8080
options: .github/workflows/main/options.windows
81-
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.1.0/gafferDependencies-6.1.0-Python3-windows.zip
81+
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.0/gafferDependencies-6.2.0-Python3-windows.zip
8282
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
8383
publish: false
8484

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
10.4.x.x (relative to 10.4.2.1)
2+
========
3+
4+
Build
5+
-----
6+
7+
- Updated Windows dependencies to 6.2.0.
8+
19
10.4.2.1 (relative to 10.4.2.0)
210
========
311

0 commit comments

Comments
 (0)