2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Attempt to solve b2 openssl problem in win

This commit is contained in:
Ruben Perez
2023-10-04 18:58:07 +02:00
parent b41e2704a1
commit 2cd487784b
2 changed files with 19 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: choco install --no-progress -y openssl
- name: Setup Boost
run: python3 tools/ci.py setup-boost --source-dir=$(pwd)
@@ -91,12 +91,17 @@ jobs:
include:
- { toolset: msvc-14.2, os: windows-2019 }
- { toolset: msvc-14.3, os: windows-2022 }
env:
OPENSSL_ROOT: "C:\\Program Files\\OpenSSL-Win64"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: choco install --no-progress -y openssl
- name: Setup user-config.jam
run: cp tools/user-config.jam "$USERPROFILE/"
- name: Setup Boost
run: python3 tools/ci.py setup-boost --source-dir=$(pwd)