Skip to content

Commit a98654c

Browse files
ci/docs: Install jq
1 parent 4a6f5f1 commit a98654c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
--cfg docsrs
7777
-Zunstable-options --generate-link-to-definition
7878
79+
- run: sudo dnf install jq -y
7980
- name: Get features excluding some
8081
run: |
8182
FEATURES=$(cargo metadata --no-deps --format-version=1 | jq -r '

0 commit comments

Comments
 (0)