Skip to content

Commit d11b0b9

Browse files
authored
Merge branch 'main' into typos
2 parents a3ae349 + 512436a commit d11b0b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql_unit_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
- name: Pre-Compile Queries
7878
id: pre-compile-queries
7979
run: |
80-
${{ github.workspace }}/codeql_home/codeql/codeql query compile --threads 0 cpp
81-
${{ github.workspace }}/codeql_home/codeql/codeql query compile --threads 0 c
80+
${{ github.workspace }}/codeql_home/codeql/codeql query compile --threads 0 ${{ matrix.language }}
8281
8382
8483
- name: Run test suites

0 commit comments

Comments
 (0)