We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c5d66 commit 88602deCopy full SHA for 88602de
1 file changed
.github/workflows/linux_and_macos.yml
@@ -150,7 +150,7 @@ jobs:
150
151
- name: '[LV] Run "make"'
152
run: |-
153
- make -C build_lv -j2 VERBOSE=1
+ make -C build_lv -j2 -k VERBOSE=1
154
155
- name: '[LV] Run "make install"'
156
@@ -185,7 +185,7 @@ jobs:
185
186
set -x -o pipefail
187
188
- make -C build_plugins -j2 VERBOSE=1
+ make -C build_plugins -j2 -k VERBOSE=1
189
190
# Detect and deny underlinking
191
! find -name \*.so | sort | xargs ldd -r | grep -F 'undefined symbol'
0 commit comments