Skip to content

Commit a203bda

Browse files
author
pfeatherstone
committed
add openssl to deps for windows
1 parent c6c5054 commit a203bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Install dependencies
20-
run: choco install ninja cmake --yes
20+
run: choco install ninja cmake openssl --yes
2121

2222
- name: Run CMake configuration and build
2323
run: |

0 commit comments

Comments
 (0)