Update codeql.yml (test)
This commit is contained in:
parent
027e532d0a
commit
1df1224e65
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
- name: 'Cleanup build folder'
|
||||
run: |
|
||||
rm -r ${{ github.workspace }}\*
|
||||
rm ${{ github.workspace }}\* -r -Force
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue