Skip to content

Commit

Permalink
release: build release binary with vendored OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasims committed Dec 11, 2024
1 parent 654643f commit 5f8d218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Build release binary
run: |
${{ env.CARGO }} build --bin gvltctl --verbose --release ${{ env.TARGET_FLAGS }}
${{ env.CARGO }} build --bin gvltctl --verbose --release --features openssl-vendored ${{ env.TARGET_FLAGS }}
if [ "${{ matrix.os }}" = "windows-latest" ]; then
bin="target/${{ matrix.target }}/release/gvltctl.exe"
else
Expand Down

0 comments on commit 5f8d218

Please sign in to comment.