Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 27, 2023
1 parent b918aa1 commit a1df59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3
with:
submodules: true
persist-credentials: false

- name: Initialize CodeQL
Expand All @@ -31,7 +32,6 @@ jobs:
- name: Add MSVC to PATH
uses: ilammy/msvc-dev-cmd@v1

# TODO: cache this?
- name: Set up nasm
uses: ilammy/setup-nasm@v1
with:
Expand Down

0 comments on commit a1df59d

Please sign in to comment.