We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52907c commit 984f7d9Copy full SHA for 984f7d9
1 file changed
.github/workflows/cxx-python.yml
@@ -9,17 +9,14 @@ on:
9
- main
10
11
env:
12
- ITKMeshToPolyData-git-tag: "v0.11.0"
+ ITKMeshToPolyData-git-tag: "4545405"
13
14
jobs:
15
cxx-build-workflow:
16
- # itk-wasm branch
17
- uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
+ uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
18
with:
19
- itk-module-deps: 'MeshToPolyData@v0.11.0'
+ itk-module-deps: 'MeshToPolyData@v0.11.1'
20
ctest-options: '-E itkPipelineTest'
21
- # release-5.4 2024-11-21
22
- itk-git-tag: '49413c3a9e8ecf0f912534e7c13f4c7bc3799d60'
23
24
#python-build-workflow:
25
## itk-wasm branch
0 commit comments