Skip to content

Commit afe9111

Browse files
committed
CI: install jq for FreeBSD build.
``` checking for jq... not found *** We need jq! ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent d201bda commit afe9111

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/bsd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
sqlite3 \
4343
lowdown \
4444
pkgconf \
45+
jq \
4546
curl
4647
4748
python3.10 -m ensurepip

0 commit comments

Comments
 (0)