Skip to content

Commit c99790a

Browse files
committed
Uses choco instead of cinst.
1 parent 635b360 commit c99790a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
platform_version: ${{env.BOOST_PLATFORM_VERSION}}
6868
arch: null
6969

70-
- name: Install packages
71-
run: cinst openssl
70+
- name: Install openssl
71+
run: choco install openssl
7272

7373
- name: Create build directory
7474
run: mkdir build

0 commit comments

Comments
 (0)