Skip to content

Commit

Permalink
[#465] [#466] Management: All commands need to support JSON output
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Nov 9, 2024
1 parent d03a53d commit 1e7fbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e7fbc3

Please sign in to comment.