Skip to content

Commit

Permalink
Update run-vcpkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Dec 14, 2023
1 parent 3f46f14 commit 72262cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,15 @@ jobs:
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
- name: create vcpkg.json
run: |
'{"name": "tao", "version-string": "githubaction", "dependencies": [ ${{ matrix.vcpkgpackages }} ]}' > vcpkg.json
shell: pwsh
- name: Install vcpkg
uses: lukka/run-vcpkg@v7
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
vcpkgArguments: --recurse ${{ matrix.vcpkgpackages }}
vcpkgTriplet: ${{ matrix.vcpkgarch }}
appendedCacheKey: ${{ matrix.name }}
runVcpkgInstall: true
- name: create $ACE_ROOT/ace/config.h
run: |
'#include "ace/config-win32.h"' > ${env:ACE_ROOT}/ace/config.h
Expand Down

0 comments on commit 72262cd

Please sign in to comment.