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 8785e93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ 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
run: 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 8785e93

Please sign in to comment.