ci: try to clean up workspace before checkout

This commit is contained in:
Zaiming (Stone) Shi 2022-04-27 16:11:19 +02:00
parent 9b970bd71d
commit 4c0da19ee6
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ jobs:
container: "ghcr.io/emqx/emqx-builder/5.0-10:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}"
steps:
- uses: AutoModality/action-clean@v1
- name: cleanup
run: |
rm -rf "${GITHUB_WORKSPACE}/"
- uses: actions/checkout@v1
- name: prepare
run: |