Skip to content

Commit 2a2829e

Browse files
committed
wip
1 parent e69d416 commit 2a2829e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/toolchain.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
repository: 'llvm/llvm-project'
3232
ref: ${{ env.LLVM_REF }}
3333
path: 'llvm'
34+
- name: Install deps
35+
if: matrix.OS == 'Linux'
36+
run: |
37+
sudo apt-get install ccache ninja-build
38+
- name: Install deps
39+
if: matrix.OS == 'Darwin'
40+
run: |
41+
brew install ccache
3442
- name: Build toolchain
3543
run: |
3644
sudo apt-get install ccache ninja-build

0 commit comments

Comments
 (0)