Skip to content

Commit 23fc9d5

Browse files
runonthespotclaude
andcommitted
fix: use correct vendored-openssl feature for Linux builds
Linux builds were failing because we made openssl optional but were using the wrong feature flag. Use the vendored-openssl feature we defined which enables openssl?/vendored. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1459cd9 commit 23fc9d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
${{ env.CARGO_CMD }} build --locked --release --target ${{ matrix.target }} --package ck-search
136136
else
137137
# Use vendored OpenSSL on Unix platforms
138-
${{ env.CARGO_CMD }} build --locked --release --target ${{ matrix.target }} --package ck-search --features=openssl/vendored
138+
${{ env.CARGO_CMD }} build --locked --release --target ${{ matrix.target }} --package ck-search --features=vendored-openssl
139139
fi
140140
shell: bash
141141

0 commit comments

Comments
 (0)