We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c442741 commit ef80e85Copy full SHA for ef80e85
.github/workflows/build.yml
@@ -113,7 +113,7 @@ jobs:
113
run: |
114
curl -L https://github.com/InsightSoftwareConsortium/ITK/archive/refs/tags/v${{ env.ITK_VERSION }}.tar.gz --output itk-src-${{ env.ITK_VERSION }}.tar.gz
115
tar -xzf itk-src-${{ env.ITK_VERSION }}.tar.gz
116
- mv InsightToolkit-${{ env.ITK_VERSION }} itk-src-${{ env.ITK_VERSION }}
+ mv ITK-${{ env.ITK_VERSION }} itk-src-${{ env.ITK_VERSION }}
117
118
- if: ${{ runner.os == 'Linux' && steps.cache-itk.outputs.cache-hit != 'true' }}
119
# TODO: maybe just set a environment variable or something to the build directory depending on OS?
0 commit comments