Fix self-hosted runner checkout

This commit is contained in:
Abraham Gonzalez 2022-09-19 10:38:33 -07:00
parent 5c432d9301
commit be1b742bc2
1 changed files with 4 additions and 0 deletions

View File

@ -269,6 +269,10 @@ jobs:
env:
TERM: xterm-256-color
steps:
- name: Delete old checkout
run: |
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
- uses: actions/checkout@v2
- name: Run simple linux poweroff test w/ vitis
run: .github/scripts/run-linux-poweroff-vitis.py