Skip to content

Commit 3e0673f

Browse files
committed
Fix ci features argument.
1 parent e70b2db commit 3e0673f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
name: CI
77

88
env:
9-
CARGO_ARGS: --features ssl jit
9+
CARGO_ARGS: --features "ssl jit"
1010

1111
jobs:
1212
rust_tests:

0 commit comments

Comments
 (0)