Skip to content

Commit

Permalink
List openssl files
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Apr 20, 2024
1 parent 6366844 commit 16a8fe6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ 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
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_ENV
choco install openssl --version 3.1.1 -y
echo "OPENSSL_ROOT_DIR=C:/Program Files/OpenSSL/'" >> $GITHUB_ENV
ls -lR "C:/Program Files/OpenSSL/"
shell: bash

- name: dependencies (debian-like)
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'debian')
Expand Down

0 comments on commit 16a8fe6

Please sign in to comment.