mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
OpenSSL win fix in CI
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
run: choco install --no-progress -y openssl
|
||||
|
||||
- name: Setup user-config.jam
|
||||
run: cp tools/user-config.jam "$USERPROFILE/"
|
||||
run: cp tools/user-config.jam "${HOMEDRIVE}${HOMEPATH}/"
|
||||
|
||||
- name: Setup Boost
|
||||
run: python3 tools/ci.py setup-boost --source-dir=$(pwd)
|
||||
|
||||
Reference in New Issue
Block a user