summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 14:46:50 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 21:04:54 +0200
commit73b5fde8efc8964542563f20a5385e230b82fef3 (patch)
tree933083519ad5a53a9b092ec9c8d9735be812cdf2
parentfdf759c88f332ea19db1fe3ddbdf6dcc326b04e2 (diff)
downloadATCD-73b5fde8efc8964542563f20a5385e230b82fef3.tar.gz
Switch to a released vcpkg release, it will save us a lot of time because of the caching
* .github/workflows/windows.yml:
-rw-r--r--.github/workflows/windows.yml14
1 files changed, 4 insertions, 10 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f2aeaf0c7d3..3d858890f99 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -96,17 +96,11 @@ jobs:
with:
repository: DOCGroup/MPC
path: MPC
- - name: checkout vcpkg
- uses: actions/checkout@v2
- with:
- repository: Microsoft/vcpkg
- path: vcpkg
- name: Install vcpkg
- run: |
- cd ${env:VCPKG_ROOT}
- .\bootstrap-vcpkg.bat
- .\vcpkg install --recurse --triplet ${{ matrix.vcpkgarch }} ${{ matrix.vcpkgpackages }}
- shell: pwsh
+ uses: lukka/run-vcpkg@v3
+ with:
+ vcpkgGitCommitId: 6185aa76504a5025f36754324abf307cc776f3da
+ vcpkgArguments: --recurse --triplet ${{ matrix.vcpkgarch }} ${{ matrix.vcpkgpackages }}
- name: create $ACE_ROOT/ace/config.h
run: |
'#include "ace/config-win32.h"' > ${env:ACE_ROOT}/ace/config.h