@@ -125,13 +125,13 @@ jobs:
125125 with :
126126 vcpkgDirectory : " ${{ runner.temp }}/vcpkg"
127127 vcpkgGitCommitId : " b322364f06308bdd24823f9d8f03fe0cc86fd46f" # 2024.12.16
128- runVcpkgInstall : true # vcpkg install --x-manifest-root cmake --x-install-root .build --overlay-triplets cmake/vcpkg-triplets
128+ runVcpkgInstall : true # vcpkg install --x-manifest-root cmake --x-install-root .build --overlay-triplets cmake/vcpkg-triplets/default
129129 vcpkgJsonGlob : " cmake/vcpkg.json"
130130 vcpkgConfigurationJsonGlob : " cmake/vcpkg-configuration.json"
131131 env :
132132 VCPKG_INSTALLED_DIR : " ${{ github.workspace }}/.build"
133133 VCPKG_DEFAULT_TRIPLET : " x64-osx"
134- VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets"
134+ VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets/default "
135135 # VCPKG_BINARY_SOURCES: "default" # https://learn.microsoft.com/en-us/vcpkg/reference/binarycaching
136136
137137 - name : " Run compile_schema.py"
@@ -168,21 +168,21 @@ jobs:
168168 --cmake_extra_defines "VCPKG_INSTALLED_DIR:PATH=${{ github.workspace }}/.build" \
169169 --cmake_extra_defines "VCPKG_INSTALL_OPTIONS=--x-feature=tests"
170170 env :
171- VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets"
171+ VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets/default "
172172 shell : bash
173173
174174 - name : " Run vcpkg(arm64-osx)"
175175 uses : lukka/run-vcpkg@v11
176176 with :
177177 vcpkgDirectory : " ${{ runner.temp }}/vcpkg"
178178 doNotUpdateVcpkg : true
179- runVcpkgInstall : true # vcpkg install --x-manifest-root cmake --x-install-root .build --overlay-triplets cmake/vcpkg-triplets
179+ runVcpkgInstall : true # vcpkg install --x-manifest-root cmake --x-install-root .build --overlay-triplets cmake/vcpkg-triplets/default
180180 vcpkgJsonGlob : " cmake/vcpkg.json"
181181 vcpkgConfigurationJsonGlob : " cmake/vcpkg-configuration.json"
182182 env :
183183 VCPKG_INSTALLED_DIR : " ${{ github.workspace }}/.build"
184184 VCPKG_DEFAULT_TRIPLET : " arm64-osx"
185- VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets"
185+ VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets/default "
186186 # VCPKG_BINARY_SOURCES: "default" # https://learn.microsoft.com/en-us/vcpkg/reference/binarycaching
187187
188188 - name : " Run build.py(arm64-osx)"
@@ -201,7 +201,7 @@ jobs:
201201 --cmake_extra_defines "VCPKG_INSTALLED_DIR:PATH=${{ github.workspace }}/.build" \
202202 --cmake_extra_defines "VCPKG_INSTALL_OPTIONS=--x-feature=tests"
203203 env :
204- VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets"
204+ VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets/default "
205205 shell : bash
206206
207207 Objective-C-StaticAnalysis :
0 commit comments