diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 86b7348..3ed4799 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -121,8 +121,10 @@ jobs: - os: ubuntu-latest - target: aarch64-unknown-linux-gnu use_cross: true + features: [openssl-vendored] - target: armv7-unknown-linux-gnueabihf use_cross: true + features: [openssl-vendored] - target: aarch64-apple-darwin os: macos-latest - target: x86_64-apple-darwin