Skip to content

Commit 0775854

Browse files
committed
Do not download the query pack.
1 parent e41078a commit 0775854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
CODEQL_CLI_VERSION: ${{ env.CODEQL_CLI_VERSION }}
4242
run: |
4343
gh repo clone github/codeql -- -b codeql-cli-${CODEQL_CLI_VERSION} # to make stubs available for tests
44-
codeql pack download "codeql/${{ matrix.language }}-queries"
44+
# codeql pack download "codeql/${{ matrix.language }}-queries"
4545
codeql pack install "${{ matrix.language }}/lib"
4646
codeql pack install "${{ matrix.language }}/src"
4747
codeql pack install "${{ matrix.language }}/test"

0 commit comments

Comments
 (0)