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 7474 export PATH=/c/Strawberry/c/bin/:$PATH
7575 cmake --version
7676 which cmake
77+ /c/Android/android-sdk/cmake/3.31.5/bin/cmake.exe --version
7778 - name : Check long paths
7879 run : |
7980 Get-ChildItem -Path "C:\Strawberry\" -Recurse -Include "cmake.exe"
@@ -251,11 +252,12 @@ jobs:
251252 shell : bash
252253 env :
253254 CCACHE_BIN : ${{ needs.prepare.outputs.ccache }}
255+ CMAKE : /c/Android/android-sdk/cmake/3.31.5/bin/cmake.exe
254256 run : |
255257 # There were some issues on the ARM64 MacOS runners with trying to build x86 object,
256258 # so we need to set some extra cmake flags to disable this.
257259 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 \
259261 ${{ needs.prepare.outputs.target-cmake-flags }} \
260262 -C clang/cmake/caches/Release.cmake \
261263 -DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
You can’t perform that action at this time.
0 commit comments