ci: rust dir

The 2.x and 3.x  have the same file name but different contents.
This commit is contained in:
Hui Li 2022-08-18 15:33:12 +08:00 committed by GitHub
parent 7688f8ed04
commit d9e978814a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ def pre_test(){
cd ${WKC}
git reset --hard
git clean -fxd
rm -rf examples/rust/
git remote prune origin
git fetch
'''