Skip to content

Commit c87243b

Browse files
committed
Install CC build dependencies in CI for parsing job.
1 parent 456c802 commit c87243b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ jobs:
160160
- name: Update apt-get
161161
run: sudo apt-get update
162162

163-
- name: Install required packages for runtime
164-
run: ./.github/scripts/setup_runtime_${{matrix.os}}.sh
163+
# We need build dependencies for CodeCompass, as it will parsed as well
164+
- name: Install required packages for build
165+
run: ./.github/scripts/setup_build_${{matrix.os}}.sh
165166

166167
- name: Install database packages
167168
run: ./.github/scripts/setup_${{matrix.db}}_${{matrix.os}}.sh

0 commit comments

Comments
 (0)