Skip to content

Commit 4d8a35e

Browse files
committed
Debug
1 parent 4507672 commit 4d8a35e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
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 \

0 commit comments

Comments
 (0)