We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456c802 commit c87243bCopy full SHA for c87243b
1 file changed
.github/workflows/ci.yml
@@ -160,8 +160,9 @@ jobs:
160
- name: Update apt-get
161
run: sudo apt-get update
162
163
- - name: Install required packages for runtime
164
- run: ./.github/scripts/setup_runtime_${{matrix.os}}.sh
+ # We need build dependencies for CodeCompass, as it will parsed as well
+ - name: Install required packages for build
165
+ run: ./.github/scripts/setup_build_${{matrix.os}}.sh
166
167
- name: Install database packages
168
run: ./.github/scripts/setup_${{matrix.db}}_${{matrix.os}}.sh
0 commit comments