Skip to content

Commit dee6af0

Browse files
committed
Update cd.yml
1 parent 55d7f3b commit dee6af0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
uses: ./.github/dependencies
4444
- uses: lukka/get-cmake@latest
4545
- uses: lukka/run-vcpkg@v11
46+
with:
47+
vcpkgGitCommitId: 'c82f74667287d3dc386bce81e44964370c91a289'
4648
- uses: lukka/run-cmake@v10
4749
with:
4850
configurePreset: 'linux-ci'
@@ -79,6 +81,8 @@ jobs:
7981
uses: ./.github/dependencies
8082
- uses: lukka/get-cmake@latest
8183
- uses: lukka/run-vcpkg@v11
84+
with:
85+
vcpkgGitCommitId: 'c82f74667287d3dc386bce81e44964370c91a289'
8286
- uses: lukka/run-cmake@v10
8387
with:
8488
configurePreset: 'mingw-ci'
@@ -117,6 +121,8 @@ jobs:
117121
uses: ./.github/dependencies
118122
- uses: lukka/get-cmake@latest
119123
- uses: lukka/run-vcpkg@v11
124+
with:
125+
vcpkgGitCommitId: 'c82f74667287d3dc386bce81e44964370c91a289'
120126
- uses: lukka/run-cmake@v10
121127
with:
122128
configurePreset: 'macos-ci'

0 commit comments

Comments
 (0)