From dd1fa7496c20b8843c5aeab802ca59537192573e Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 21 Jul 2023 16:03:08 +0100 Subject: [PATCH] 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. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bef61e91d5..8de8539a4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: buildType: RELEASE containerImage: ghcr.io/gafferhq/build/build:2.0.0 options: .github/workflows/main/options.posix - dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-linux.tar.gz + dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/7.0.0/gafferDependencies-7.0.0-linux.tar.gz tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: true @@ -52,7 +52,7 @@ jobs: buildType: DEBUG containerImage: ghcr.io/gafferhq/build/build:2.0.0 options: .github/workflows/main/options.posix - dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-linux.tar.gz + dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/7.0.0/gafferDependencies-7.0.0-linux.tar.gz tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: false @@ -60,7 +60,7 @@ jobs: os: windows-2019 buildType: RELEASE options: .github/workflows/main/options.windows - dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-windows.zip + dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/7.0.0/gafferDependencies-7.0.0-windows.zip tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: true @@ -68,7 +68,7 @@ jobs: os: windows-2019 buildType: RELWITHDEBINFO options: .github/workflows/main/options.windows - dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-windows.zip + dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/7.0.0/gafferDependencies-7.0.0-windows.zip tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: false