github: try to cleanup work directory before running, useful for self-hosted runners
This commit is contained in:
parent
b7a32f6843
commit
d4d79573f6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
|
@ -42,6 +42,8 @@ jobs:
|
||||||
ANDROID_SDK_TOOLS_VER: 4333796
|
ANDROID_SDK_TOOLS_VER: 4333796
|
||||||
UPLOADTOOL_ISPRERELEASE: true
|
UPLOADTOOL_ISPRERELEASE: true
|
||||||
steps:
|
steps:
|
||||||
|
- name: Cleanup
|
||||||
|
run: rm -rf .*
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue