@@ -125,13 +125,13 @@ jobs:
125
125
with :
126
126
vcpkgDirectory : " ${{ runner.temp }}/vcpkg"
127
127
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
129
129
vcpkgJsonGlob : " cmake/vcpkg.json"
130
130
vcpkgConfigurationJsonGlob : " cmake/vcpkg-configuration.json"
131
131
env :
132
132
VCPKG_INSTALLED_DIR : " ${{ github.workspace }}/.build"
133
133
VCPKG_DEFAULT_TRIPLET : " x64-osx"
134
- VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets"
134
+ VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets/default "
135
135
# VCPKG_BINARY_SOURCES: "default" # https://learn.microsoft.com/en-us/vcpkg/reference/binarycaching
136
136
137
137
- name : " Run compile_schema.py"
@@ -168,21 +168,21 @@ jobs:
168
168
--cmake_extra_defines "VCPKG_INSTALLED_DIR:PATH=${{ github.workspace }}/.build" \
169
169
--cmake_extra_defines "VCPKG_INSTALL_OPTIONS=--x-feature=tests"
170
170
env :
171
- VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets"
171
+ VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets/default "
172
172
shell : bash
173
173
174
174
- name : " Run vcpkg(arm64-osx)"
175
175
uses : lukka/run-vcpkg@v11
176
176
with :
177
177
vcpkgDirectory : " ${{ runner.temp }}/vcpkg"
178
178
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
180
180
vcpkgJsonGlob : " cmake/vcpkg.json"
181
181
vcpkgConfigurationJsonGlob : " cmake/vcpkg-configuration.json"
182
182
env :
183
183
VCPKG_INSTALLED_DIR : " ${{ github.workspace }}/.build"
184
184
VCPKG_DEFAULT_TRIPLET : " arm64-osx"
185
- VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets"
185
+ VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets/default "
186
186
# VCPKG_BINARY_SOURCES: "default" # https://learn.microsoft.com/en-us/vcpkg/reference/binarycaching
187
187
188
188
- name : " Run build.py(arm64-osx)"
@@ -201,7 +201,7 @@ jobs:
201
201
--cmake_extra_defines "VCPKG_INSTALLED_DIR:PATH=${{ github.workspace }}/.build" \
202
202
--cmake_extra_defines "VCPKG_INSTALL_OPTIONS=--x-feature=tests"
203
203
env :
204
- VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets"
204
+ VCPKG_OVERLAY_TRIPLETS : " ${{ github.workspace }}/cmake/vcpkg-triplets/default "
205
205
shell : bash
206
206
207
207
Objective-C-StaticAnalysis :
0 commit comments