Skip to content

Commit

Permalink
fixes windows setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Jan 8, 2024
1 parent e45b745 commit c11b072
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ jobs:
- name: Install Deps Windows
id: install_deps_windows
run: |
@echo on
cd C:\
git clone https://github.com/microsoft/vcpkg
cd vcpkg
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg\vcpkg install openssl:x64-windows
vcpkg\bootstrap-vcpkg.bat
vcpkg\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
Expand Down

0 comments on commit c11b072

Please sign in to comment.