Skip to content

Commit dd1fa74

Browse files
committed
CI : Update to GafferHQ/dependencies 7.0.0
This means that the packages uploaded for each Cortex release will be suitable for building Gaffer 1.3 with.
1 parent f64c293 commit dd1fa74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
buildType: RELEASE
4444
containerImage: ghcr.io/gafferhq/build/build:2.0.0
4545
options: .github/workflows/main/options.posix
46-
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-linux.tar.gz
46+
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/7.0.0/gafferDependencies-7.0.0-linux.tar.gz
4747
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
4848
publish: true
4949

@@ -52,23 +52,23 @@ jobs:
5252
buildType: DEBUG
5353
containerImage: ghcr.io/gafferhq/build/build:2.0.0
5454
options: .github/workflows/main/options.posix
55-
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-linux.tar.gz
55+
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/7.0.0/gafferDependencies-7.0.0-linux.tar.gz
5656
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
5757
publish: false
5858

5959
- name: windows-python3
6060
os: windows-2019
6161
buildType: RELEASE
6262
options: .github/workflows/main/options.windows
63-
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-windows.zip
63+
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/7.0.0/gafferDependencies-7.0.0-windows.zip
6464
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
6565
publish: true
6666

6767
- name: windows-python3-debug
6868
os: windows-2019
6969
buildType: RELWITHDEBINFO
7070
options: .github/workflows/main/options.windows
71-
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-windows.zip
71+
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/7.0.0/gafferDependencies-7.0.0-windows.zip
7272
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
7373
publish: false
7474

0 commit comments

Comments
 (0)