We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb7ef3 commit 8d845adCopy full SHA for 8d845ad
.github/workflows/post-release.yml
@@ -91,7 +91,7 @@ jobs:
91
override: true
92
target: ${{ matrix.target }}
93
- name: Build release binary
94
- run: cargo build --target ${{ matrix.target }} --verbose --release
+ run: cargo build --target ${{ matrix.target }} --verbose --release --features="cli yaml json toml schema"
95
- name: Build archive
96
shell: bash
97
run: |
0 commit comments