Update codeql.yml

This commit is contained in:
isaak654 2023-07-12 15:51:56 +02:00 committed by GitHub
parent 6e1f9bd6ef
commit 7d87098a5e
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 -Recurse ${{ github.workspace }}\*
rmdir /s /q ${{ github.workspace }}\*
- name: Checkout repository
uses: actions/checkout@v3