Skip to content

Commit dfd4394

Browse files
committed
fix: remove doubled quote
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
1 parent 795d276 commit dfd4394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-native-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
set -euo pipefail
222222
# z3 built with zig c++ uses libc++ symbols (std::__1::*).
223223
# Override z3-sys default (stdc++) so Rust links the matching runtime.
224-
if [[ ""${{ inputs.component }}" == "cli" ]]; then
224+
if [[ "${{ inputs.component }}" == "cli" ]]; then
225225
echo "CXXSTDLIB=c++" >> "$GITHUB_ENV"
226226
fi
227227

0 commit comments

Comments
 (0)