Skip to content

Commit

Permalink
add features to published docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Jul 10, 2024
1 parent 7b66f3f commit 9fc9d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
args: --verbose --target ${{ matrix.target }}
args: --verbose --target ${{ matrix.target }} --features "gstreamer,jpegturbo"
use-cross: true

0 comments on commit 9fc9d11

Please sign in to comment.