Skip to content

Commit 15f5ad9

Browse files
author
Alvaro Muñoz
committed
Clone codeql to make stubs available for tests
1 parent 46ee84d commit 15f5ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ github.token }}
4444
run: |
45+
gh repo clone github/codeql # to make stubs available for tests
4546
codeql pack download "codeql/${{ matrix.language }}-queries"
4647
codeql pack install "${{ matrix.language }}/lib"
4748
codeql pack install "${{ matrix.language }}/src"

0 commit comments

Comments
 (0)