summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-07-19 21:13:36 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-07-19 21:13:36 +0200
commit7ff6fc7440e01f148f7b14d957865c0d6ca3ba88 (patch)
treec7867c932ab7d17ec9bcfaed8f3bf1199c146757 /.github/workflows
parenteb6c324131f7496d1a0978a4c3ec96d4312c5e1a (diff)
downloadATCD-7ff6fc7440e01f148f7b14d957865c0d6ca3ba88.tar.gz
Set VCPKG_INSTALLED_DIR
* .github/workflows/windows.yml:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f228d29a68f..a4f725b574d 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -115,6 +115,7 @@ jobs:
ZLIB_INCDIR: ${{ github.workspace }}/vcpkg_installed/${{ matrix.vcpkgarch }}/include
ZLIB_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@v3