Commit 4bd3901
committed
ci: match libtag name in TagLib linkage check
The ldd line reads 'libtag.so.1', which does not contain the substring
'taglib'. Under set -o pipefail the grep returned 1 and aborted the step
before the case check, so the realpath fix could never be validated.
Match 'libtag' instead.1 parent cfb355b commit 4bd3901
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
0 commit comments