Skip to content

Commit f35e2fd

Browse files
committed
wip
1 parent 6a087a0 commit f35e2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
path: 'llvm'
5454
- name: Build toolchain
5555
run: |
56-
brew install ccache
56+
apt-get install ccache ninja-build
5757
mkdir build.dir
5858
cmake -G Ninja -B build.dir -C ToolchainCache.cmake llvm/llvm -DCMAKE_INSTALL_PREFIX=darwin-aarch64.toolchain
5959
cmake --build build.dir --target stage2-distribution

0 commit comments

Comments
 (0)