Skip to content

Commit 5c9e58d

Browse files
committed
cleaning work dir
1 parent a190c7c commit 5c9e58d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29+
- name: Clean workspace
30+
run: |
31+
find $GITHUB_WORKSPACE -mindepth 1 -delete 2>/dev/null || true
32+
mkdir -p $GITHUB_WORKSPACE
33+
2934
- name: Checkout repository
3035
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3136
with:

0 commit comments

Comments
 (0)