diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 63b318f..90870a3 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -13,6 +13,8 @@ on: jobs: cxx-build-workflow: uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0 + with: + itk-git-tag: dae9bef6fe16971fd8bd95766c0fc57591828e14 python-build-workflow-dev: if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags')