summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 13:59:56 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 21:04:53 +0200
commit2448b08905ebb67af29dcd12d1ffdde06032a9f0 (patch)
tree24f2c838964a0a13bb20aaaf6cdcee719c1a50d7
parentc551b730d11d204cc4083e91bc94ce427bb87d23 (diff)
downloadATCD-2448b08905ebb67af29dcd12d1ffdde06032a9f0.tar.gz
Get latest vcpkg
* .github/workflows/windows.yml:
-rw-r--r--.github/workflows/windows.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index b27c9cff969..c22c0c4b2e6 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -96,12 +96,14 @@ jobs:
with:
repository: DOCGroup/MPC
path: MPC
- - name: Install vcpkg
- uses: lukka/run-vcpkg@v3
+ - name: checkout vcpkg
+ uses: actions/checkout@v2
with:
- setupOnly: true
- - name: Install vcpkg packages
+ repository: Microsoft/vcpkg
+ path: vcpkg
+ - name: Install vcpkg
run: |
+ ${env:VCPKG_ROOT}\bootstrap-vcpkg.bat
${env:VCPKG_ROOT}\vcpkg install --recurse --triplet ${{ matrix.vcpkgarch }} ${{ matrix.vcpkgpackages }}
shell: pwsh
- name: create $ACE_ROOT/ace/config.h