Skip to content

Commit 7ae2525

Browse files
committed
Do not download the query pack.
1 parent d45b9dd commit 7ae2525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ 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"
4544
codeql pack install "${{ matrix.language }}/lib"
4645
codeql pack install "${{ matrix.language }}/src"
4746
codeql pack install "${{ matrix.language }}/test"

0 commit comments

Comments
 (0)