Skip to content

Commit

Permalink
Set OPENSSL_ROOT_DIR for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Apr 5, 2024
1 parent 06dfbf1 commit 49a5cfb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install pytest pytest-depends conan==1.44 cpplint
conan profile detect
- name: set-compiler-env
run: |
Expand Down Expand Up @@ -82,6 +81,7 @@ jobs:
run: |
choco install -y --limit-output plantuml ninja opencppcoverage
choco install -y --limit-output doxygen.install --version="1.9.2"
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $env:GITHUB_ENV
- name: dependencies (debian-like)
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'debian')
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install conan==1.44
conan profile detect
- name: dependencies (debian-like)
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install conan==1.44
conan profile detect
- name: cmake-configure
run: |
Expand Down

0 comments on commit 49a5cfb

Please sign in to comment.