Skip to content

Commit bfabf21

Browse files
committed
ENH: Use tag v5.4.2 for the build packages tags
Set the default build package tags to v5.4.2 for capturing the ITKRemoteModuleBuildTestPackageAction shared scripts. This pulls the default configuration items needed to build against ITK version v5.4.2.
1 parent e2de545 commit bfabf21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cxx-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
cxx-build-workflow:
1616
# itk-wasm branch
17-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@6868c9879405def5d7532e0437b57e78cbe0b6ea
17+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
1818
with:
1919
itk-module-deps: '[email protected]'
2020
ctest-options: '-E itkPipelineTest'
@@ -23,7 +23,7 @@ jobs:
2323

2424
#python-build-workflow:
2525
## itk-wasm branch
26-
#uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@6868c9879405def5d7532e0437b57e78cbe0b6ea
26+
#uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
2727
#with:
2828
#itk-module-deps: 'InsightSoftwareConsortium/[email protected]'
2929
#manylinux-platforms: '["_2_28-x64","_2_28-aarch64"]'

0 commit comments

Comments
 (0)