You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -254,8 +254,9 @@ jobs:
254
254
cmake --build . --config ${{env.BUILD_TYPE}} -j 4
255
255
cmake --install . --config ${{env.BUILD_TYPE}}
256
256
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."
0 commit comments