Skip to content

Commit bac8de6

Browse files
Cleanup working dir before checkout
1 parent 1b73a62 commit bac8de6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ jobs:
1919
PRODUCT: classification
2020

2121
steps:
22+
- name: Clean up current folder
23+
run: rm -rf ./* ./.??*
24+
2225
- uses: actions/checkout@v4
2326

2427
- name: Submodule update
2528
run: |
26-
rm -rf common
2729
git submodule update --init --recursive
2830
git submodule foreach git pull origin master
2931

0 commit comments

Comments
 (0)