Skip to content

Commit

Permalink
Install openssl for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Apr 20, 2024
1 parent fae7695 commit f1ce999
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
configurePreset: ci-ninja-debug

- name: macos-appleclang-12
os: macos-10.15
os: macos-14
configurePreset: ci-ninja-debug

- name: windows-msvc-19
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
brew update
brew extract --version=1.2021.13 plantuml homebrew/cask
brew install openssl@1.1 [email protected] ninja clang-format llvm
brew install openssl [email protected] ninja clang-format llvm
brew install --cask doxygen
ln -s "/usr/local/opt/llvm/bin/clang-tidy" "/usr/local/bin/clang-tidy"
Expand All @@ -81,6 +81,7 @@ jobs:
run: |
choco install -y --limit-output plantuml ninja opencppcoverage
choco install -y --limit-output doxygen.install --version="1.9.2"
choco install -y --limit-output openssl
- name: dependencies (debian-like)
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'debian')
Expand Down

0 comments on commit f1ce999

Please sign in to comment.