Skip to content

Commit 29de217

Browse files
Fix CI yaml build
1 parent e0dc909 commit 29de217

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "OPENSSL_NO_VENDOR=1" >> $GITHUB_ENV
5757
# if you need static linkage, keep this; otherwise you can omit
5858
echo "OPENSSL_STATIC=1" >> $GITHUB_ENV
59-
59+
6060
- name: Configure vendored OpenSSL for armv7
6161
if: matrix.platform.target == 'armv7'
6262
run: |

BinaryOptionsToolsJs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ chrono = "0.4.41"
2727
regex = "1.11.1"
2828
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
2929
once_cell = "1.21.3"
30-
openssl = { version = "0.10", features = ["vendored"] }
3130

3231

3332
[build-dependencies]

BinaryOptionsToolsV2/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ chrono = "0.4.41"
3030
url = "2.5.4"
3131
regex = "1.11.1"
3232

33-
openssl = { version = "0.10", features = ["vendored"] }

Cargo.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)