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

Uses choco instead of cinst.

This commit is contained in:
Marcelo Zimbres
2023-06-11 09:28:12 +02:00
parent 635b3608ad
commit c99790ab5c

View File

@@ -67,8 +67,8 @@ jobs:
platform_version: ${{env.BOOST_PLATFORM_VERSION}}
arch: null
- name: Install packages
run: cinst openssl
- name: Install openssl
run: choco install openssl
- name: Create build directory
run: mkdir build