File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -124,12 +124,12 @@ jobs:
124124 env :
125125 VCPKG_PATH : ${{env.VCPKG_PATH}}
126126 with :
127- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
127+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
128128 vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
129129 vcpkgJsonGlob : ' **/vcpkg.json'
130130
131131 - name : Install dependencies
132- run : vcpkg install
132+ run : vcpkg install --triplet x64-windows
133133
134134 - name : Install Ninja
135135 if : matrix.generator == 'Ninja'
@@ -212,12 +212,12 @@ jobs:
212212 - name : Initialize vcpkg
213213 uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
214214 with :
215- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
215+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
216216 vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
217217 vcpkgJsonGlob : ' **/vcpkg.json'
218218
219219 - name : Install dependencies
220- run : vcpkg install
220+ run : vcpkg install --triplet x64-windows
221221
222222 - name : Install Ninja
223223 uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401 # v5
Original file line number Diff line number Diff line change @@ -260,12 +260,12 @@ jobs:
260260 - name : Initialize vcpkg
261261 uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
262262 with :
263- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
263+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
264264 vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
265265 vcpkgJsonGlob : ' **/vcpkg.json'
266266
267267 - name : Install dependencies
268- run : vcpkg install
268+ run : vcpkg install --triplet x64-windows
269269 shell : pwsh # Specifies PowerShell as the shell for running the script.
270270
271271 - name : Get UMF version
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
4848 if : matrix.os == 'windows-latest'
4949 uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
5050 with :
51- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
51+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
5252 vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
5353 vcpkgJsonGlob : ' **/vcpkg.json'
5454
5555 - name : " [Win] Install dependencies"
5656 if : matrix.os == 'windows-latest'
5757 run : |
58- vcpkg install
58+ vcpkg install --triplet x64-windows
5959 python3 -m pip install -r third_party/requirements.txt
6060
6161 - name : " [Lin] Install apt packages"
Original file line number Diff line number Diff line change @@ -118,14 +118,14 @@ jobs:
118118 - name : Initialize vcpkg
119119 uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
120120 with :
121- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
121+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
122122 vcpkgDirectory : ${{github.workspace}}/vcpkg
123123 vcpkgJsonGlob : ' **/vcpkg.json'
124124
125125 # NOTE we use vcpkg setup from "tag" version
126126 - name : Install dependencies
127127 working-directory : ${{github.workspace}}/tag_version
128- run : vcpkg install
128+ run : vcpkg install --triplet x64-windows
129129 shell : pwsh # Specifies PowerShell as the shell for running the script.
130130
131131 - name : Configure "tag" UMF build
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ jobs:
6060 if : matrix.os == 'windows-latest'
6161 uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
6262 with :
63- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
63+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
6464 vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
6565 vcpkgJsonGlob : ' **/vcpkg.json'
6666
6767 - name : Install dependencies (windows-latest)
6868 if : matrix.os == 'windows-latest'
69- run : vcpkg install
69+ run : vcpkg install --triplet x64-windows
7070 shell : pwsh # Specifies PowerShell as the shell for running the script.
7171
7272 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ jobs:
6868 if : matrix.os == 'Windows'
6969 uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
7070 with :
71- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
71+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
7272 vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
7373 vcpkgJsonGlob : ' **/vcpkg.json'
7474
7575 - name : " [Win] Install dependencies"
7676 if : matrix.os == 'Windows'
77- run : vcpkg install
77+ run : vcpkg install --triplet x64-windows
7878
7979 # note: disable all providers except the one being tested
8080 # '-DCMAKE_SUPPRESS_REGENERATION=ON' is the WA for the error: "CUSTOMBUILD : CMake error : Cannot restore timestamp"
Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ jobs:
106106 - name : Initialize vcpkg
107107 uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
108108 with :
109- vcpkgGitCommitId : 3dd44b931481d7a8e9ba412621fa810232b66289
109+ vcpkgGitCommitId : ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
110110 vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
111111 vcpkgJsonGlob : ' **/vcpkg.json'
112112
113113 - name : Install dependencies
114- run : vcpkg install
114+ run : vcpkg install --triplet x64-windows
115115 shell : pwsh # Specifies PowerShell as the shell for running the script.
116116
117117 # TODO enable level zero provider
You can’t perform that action at this time.
0 commit comments