Skip to content

Commit c140ff3

Browse files
committed
BUG: fix working directory for remote clone
1 parent de733d7 commit c140ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
shell: bash
229229
run: |
230230
mv im ../../
231-
cd ../../
231+
cd ../../im
232232
curl -L "https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/${{ "{{" }} matrix.itk-python-git-tag {{ "}}" }}/ITKPythonBuilds-windows.zip" -o "ITKPythonBuilds-windows.zip"
233233
7z x ITKPythonBuilds-windows.zip -o/c/P -aoa -r
234234
curl -L "https://data.kitware.com/api/v1/file/5c0ad59d8d777f2179dd3e9c/download" -o "doxygen-1.8.11.windows.bin.zip"

0 commit comments

Comments
 (0)