We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbc2ce commit e020a4bCopy full SHA for e020a4b
.github/workflows/cxx-python.yml
@@ -14,12 +14,12 @@ env:
14
jobs:
15
cxx-build-workflow:
16
# itk-wasm branch
17
- uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@6868c9879405def5d7532e0437b57e78cbe0b6ea
+ uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@l@6868c9879405def5d7532e0437b57e78cbe0b6ea
18
with:
19
itk-module-deps: 'MeshToPolyData@v0.11.0'
20
ctest-options: '-E itkPipelineTest'
21
- # release-5.4 2025-07-02
22
- itk-git-tag: '276a52a5c0b1a5df67c9a2b0fdcd0bc75504e011'
+ # release-5.4 2024-11-21
+ itk-git-tag: '49413c3a9e8ecf0f912534e7c13f4c7bc3799d60'
23
24
#python-build-workflow:
25
## itk-wasm branch
0 commit comments