Skip to content

Commit d8fe3f1

Browse files
committed
Run ci_setup_linux script for CodeQL job too
1 parent 339c056 commit d8fe3f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
queries: +security-and-quality
2424
- name: Build
2525
shell: bash
26-
run: script/ci.sh run_build
26+
run: |
27+
script/ci_setup_linux.sh
28+
script/ci.sh run_build
2729
- name: CodeQL Analysis
2830
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)