Update codeql.yml (test)

This commit is contained in:
isaak654 2023-07-12 16:38:21 +02:00 committed by GitHub
parent 027e532d0a
commit 1df1224e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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