Skip to content

Commit 5825077

Browse files
committed
gha: build - comment out ITK src/bin removal (causing error on Windows)
1 parent b22015a commit 5825077

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,9 @@ jobs:
254254
cmake --build . --config ${{env.BUILD_TYPE}} -j 4
255255
cmake --install . --config ${{env.BUILD_TYPE}}
256256
cd ..
257-
rm -r itk-src-${{ env.ITK_VERSION }}
258-
rm -r itk-bin-${{ env.ITK_VERSION }}
257+
# fails on windows for some reason with message "You do not have sufficient access rights to perform this operation or the item is hidden, system, or read only."
258+
# rm -r itk-src-${{ env.ITK_VERSION }}
259+
# rm -r itk-bin-${{ env.ITK_VERSION }}
259260

260261
- if: runner.os == 'Linux'
261262
name: set ITK_DIR (Linux)

0 commit comments

Comments
 (0)