summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-07-19 11:25:42 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-07-19 11:25:42 +0200
commitcd715474dba9964ad720a4474f991f846a204197 (patch)
treed2f1f2a3f7968b597c836eb9275abca64d80d4da /.github/workflows
parentfb8080d4158bf23c7c6bc61a8e7a55647f6f565e (diff)
downloadATCD-cd715474dba9964ad720a4474f991f846a204197.tar.gz
Another update for runvcpkg
* .github/workflows/windows.yml:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index bc512b4c9fa..c6ace951a9a 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -127,7 +127,7 @@ jobs:
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: b86c0c35b88e2bf3557ff49dc831689c2f085090
- runVcpkgFormatString: '[`install`, `--recurse`, `--clean-after-build`, `--x-install-root`, `$[env.VCPKG_INSTALLED_DIR]`, `--triplet`, `$[env.VCPKG_DEFAULT_TRIPLET]`], `${{ matrix.vcpkgpackages }}`'
+ runVcpkgFormatString: '[`install`, `--recurse`, `--clean-after-build`, `--x-install-root`, `${{ env.VCPKG_INSTALLED_DIR }}`, `--triplet`, `${{ env.VCPKG_DEFAULT_TRIPLET }}`, `${{ matrix.vcpkgpackages }}`]'
appendedCacheKey: ${{ matrix.name }}
runVcpkgInstall: true
- name: create $ACE_ROOT/ace/config.h