Skip to content

Commit

Permalink
choco install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Mar 4, 2024
1 parent 3f18171 commit 8ba7938
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,15 @@ jobs:
with:
location: ${{env.MSYS}}
msystem: mingw64
install: openssl-devel

- name: Brew install OpenSSL
if: matrix.os == 'macos'
run: brew install openssl

- name: Choco install OpenSSL
if: matrix.os == 'windows'
run: choco --yes install openssl

- name: Checkout XCA
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8ba7938

Please sign in to comment.