From 1e7fbc3c3d38539bafd21918cedcd783baae3e2f Mon Sep 17 00:00:00 2001 From: jesperpedersen Date: Sat, 9 Nov 2024 13:07:37 -0500 Subject: [PATCH] [#465] [#466] Management: All commands need to support JSON output --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cffbc0c..54ebfdb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,9 +116,9 @@ jobs: - name: Install libev run: brew install libev - name: Install zstd - run: brew install libzstd + run: brew install zstd - name: Install lz4 - run: brew install liblz4 + run: brew install lz4 - name: Install rst2man run: brew install docutils - name: Install graphviz