Skip to content

Commit

Permalink
debug: Print openssl dirs in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HoundThe committed Jan 23, 2024
1 parent f952d70 commit d14a974
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
if: matrix.os == 'windows-latest'
run: choco install openssl

- name: debug Windows
if: matrix.os == 'windows-latest'
run: |
dir C:/Program Files/OpenSSL/include
dir C:/Program Files/OpenSSL/lib/VC
- name: Configure CMake
if: matrix.os != 'macos-latest'
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_TESTS=ON
Expand Down

0 comments on commit d14a974

Please sign in to comment.