Skip to content

Commit b7cfe2a

Browse files
committed
CI: Try verbose build to debug bad link
1 parent 5e59dfa commit b7cfe2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
shell: bash -l {0}
122122
run: |
123123
cd build
124-
make -j 4
124+
make VERBOSE=1 -j 4
125125
if: ${{ success() }}
126126

127127
- name: Install

0 commit comments

Comments
 (0)