We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4845092 commit 9dfe7f8Copy full SHA for 9dfe7f8
1 file changed
.github/workflows/toolchain.yml
@@ -22,6 +22,7 @@ jobs:
22
path: 'llvm'
23
- name: Build toolchain
24
run: |
25
+ brew install ccache
26
mkdir build.dir
27
cmake -G Ninja -B build.dir -C ToolchainCache.cmake llvm/llvm -DCMAKE_INSTALL_PREFIX=darwin-aarch64.toolchain
28
cmake --build build.dir --target stage2-distribution
0 commit comments