Skip to content

Commit

Permalink
OPENSSL already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Jan 8, 2024
1 parent efad486 commit ad2020a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,7 @@ jobs:
- name: Install Deps Windows
id: install_deps_windows
run: |
cd C:\
vcpkg install openssl:x64-windows
mkdir "C:\Program Files\OpenSSL-Win64\certs"
curl --remote-name --time-cond "C:\Program Files\OpenSSL-Win64\certs\cacert.pem" -o "C:\Program Files\OpenSSL-Win64\certs\cacert.pem" https://curl.se/ca/cacert.pem
set OPENSSL_NO_VENDOR=1
set RUSTFLAGS=-Ctarget-feature=+crt-static
set SSL_CERT_FILE=C:\OpenSSL-Win64\certs\cacert.pem
vcpkg integrate install
if: runner.os == 'Windows'

- name: Cargo build
Expand Down

0 comments on commit ad2020a

Please sign in to comment.