Skip to content

Commit 788874c

Browse files
committed
Fixes workflow
Signed-off-by: jfedorov <[email protected]>
1 parent 4096927 commit 788874c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Clean-up
16-
run: rm -rf .
16+
run: rm -rf *
1717

1818
- name: Checkout
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)