File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
env :
124
124
VCPKG_PATH : ${{env.VCPKG_PATH}}
125
125
with :
126
- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
126
+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
127
127
vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
128
128
vcpkgJsonGlob : ' **/vcpkg.json'
129
129
@@ -190,7 +190,7 @@ jobs:
190
190
- name : Initialize vcpkg
191
191
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
192
192
with :
193
- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
193
+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
194
194
vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
195
195
vcpkgJsonGlob : ' **/vcpkg.json'
196
196
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ jobs:
260
260
- name : Initialize vcpkg
261
261
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
262
262
with :
263
- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
263
+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
264
264
vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
265
265
vcpkgJsonGlob : ' **/vcpkg.json'
266
266
Original file line number Diff line number Diff line change 48
48
if : matrix.os == 'windows-latest'
49
49
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
50
50
with :
51
- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
51
+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
52
52
vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
53
53
vcpkgJsonGlob : ' **/vcpkg.json'
54
54
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
- name : Initialize vcpkg
121
121
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
122
122
with :
123
- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
123
+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
124
124
vcpkgDirectory : ${{github.workspace}}/vcpkg
125
125
vcpkgJsonGlob : ' **/vcpkg.json'
126
126
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ jobs:
60
60
if : matrix.os == 'windows-latest'
61
61
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
62
62
with :
63
- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
63
+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
64
64
vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
65
65
vcpkgJsonGlob : ' **/vcpkg.json'
66
66
67
67
- name : Install dependencies (windows-latest)
68
68
if : matrix.os == 'windows-latest'
69
- run : vcpkg install
69
+ run : vcpkg install --triplet x64-windows
70
70
shell : pwsh # Specifies PowerShell as the shell for running the script.
71
71
72
72
- name : Install dependencies
Original file line number Diff line number Diff line change 80
80
if : matrix.os == 'Windows'
81
81
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
82
82
with :
83
- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
83
+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
84
84
vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
85
85
vcpkgJsonGlob : ' **/vcpkg.json'
86
86
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
- name : Initialize vcpkg
107
107
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
108
108
with :
109
- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
109
+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
110
110
vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
111
111
vcpkgJsonGlob : ' **/vcpkg.json'
112
112
You can’t perform that action at this time.
0 commit comments