Skip to content

Commit

Permalink
add vendored-openssl feature flag to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Dec 18, 2023
1 parent a86bf35 commit 1f3f50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
# Note that glob pattern is not supported yet.
bin: oneio
features: cli
features: cli,vendored-openssl
# (optional) Target triple, default is host triple.
target: ${{ matrix.target }}
# (required) GitHub token for uploading assets to GitHub Releases.
Expand Down

0 comments on commit 1f3f50a

Please sign in to comment.