Skip to content

Commit d6ce034

Browse files
Update setup.yaml
1 parent b4151da commit d6ce034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "Clearing src/ultralytics/"
4646
rm -rf src/ultralytics || true
4747
git mv vendored/malcontent-samples-ultralytics/ vendor/malcontent-samples-ultralytics/
48-
git rm -rf vendor/*
48+
git rm -r vendored/* || true
4949
mkdir -p src/ultralytics
5050
git add src/ultralytics/
5151
git commit --allow-empty -m "Cleared src/ultralytics due to EMPTY=YES"

0 commit comments

Comments
 (0)