summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 14:51:06 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 21:04:54 +0200
commit1aedb3d5f45e048bd58c6b054102a3f4e8d8acbb (patch)
tree967b50ba1c614bd8eb90c49b6aa6a587444438e5
parentf45a8a8e08e15d9fdc4f022a59c32ef656efb7a1 (diff)
downloadATCD-1aedb3d5f45e048bd58c6b054102a3f4e8d8acbb.tar.gz
correct ssl/xerces directories
* .github/workflows/windows.yml:
-rw-r--r--.github/workflows/windows.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 3348964fd48..874978ee2bd 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -84,10 +84,10 @@ jobs:
TAO_ROOT: ${{ github.workspace }}/TAO
MPC_ROOT: ${{ github.workspace }}/MPC
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
- XERCESC_INCDIR: ${{ github.workspace }}/installed/${{ matrix.vcpkgarch }}/include
- XERCESC_LIBDIR: ${{ github.workspace }}/installed/${{ matrix.vcpkgarch }}/${{ matrix.vcpkglibdir }}
- SSL_INCDIR: ${{ github.workspace }}/installed/${{ matrix.vcpkgarch }}/include
- SSL_LIBDIR: ${{ github.workspace }}/installed/${{ matrix.vcpkgarch }}/${{ matrix.vcpkglibdir }}
+ XERCESC_INCDIR: ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkgarch }}/include
+ 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 }}
steps:
- name: checkout ACE/TAO
uses: actions/checkout@v2