Skip to content

Commit

Permalink
Additional vcpkg settings from #1888
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Dec 15, 2023
1 parent eef377c commit 24df883
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
XERCESC_LIBDIR: ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkgarch }}/${{ matrix.vcpkglibdir }}
SSL_INCDIR: ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkgarch }}/include
SSL_LIBDIR: ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkgarch }}/${{ matrix.vcpkglibdir }}
VCPKG_DEFAULT_TRIPLET: ${{ matrix.vcpkgarch }}
VCPKG_INSTALLED_DIR: ${{ github.workspace }}/vcpkg_installed
steps:
- name: checkout ACE/TAO
uses: actions/checkout@v2
Expand Down

0 comments on commit 24df883

Please sign in to comment.