File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 74
74
export PATH=/c/Strawberry/c/bin/:$PATH
75
75
cmake --version
76
76
which cmake
77
+ /c/Android/android-sdk/cmake/3.31.5/bin/cmake.exe --version
77
78
- name : Check long paths
78
79
run : |
79
80
Get-ChildItem -Path "C:\Strawberry\" -Recurse -Include "cmake.exe"
@@ -251,11 +252,12 @@ jobs:
251
252
shell : bash
252
253
env :
253
254
CCACHE_BIN : ${{ needs.prepare.outputs.ccache }}
255
+ CMAKE : /c/Android/android-sdk/cmake/3.31.5/bin/cmake.exe
254
256
run : |
255
257
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
256
258
# so we need to set some extra cmake flags to disable this.
257
259
export PATH=C:\Strawberry\c\bin\:$PATH
258
- cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
260
+ $CMAKE -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
259
261
${{ needs.prepare.outputs.target-cmake-flags }} \
260
262
-C clang/cmake/caches/Release.cmake \
261
263
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
You can’t perform that action at this time.
0 commit comments