Skip to content

Commit 5894909

Browse files
committed
wip
1 parent f35e2fd commit 5894909

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-
apt-get install ccache ninja-build
56+
sudo 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)