Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomenz authored Nov 18, 2024
1 parent 7842dc6 commit f2a0e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:

- name: Search for openss library
run: dir -Path 'C:\Program Files\OpenSSL\' -Filter libcrypto.lib -Recurse | %{$_.FullName}

- name: Copy openssl librarys
run: Copy-Item "C:\Program Files\OpenSSL\lib\VC\x64\MT\*.lib" -Destination "C:\Program Files\OpenSSL\"

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit f2a0e15

Please sign in to comment.