We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69d416 commit 2a2829eCopy full SHA for 2a2829e
1 file changed
.github/workflows/toolchain.yml
@@ -31,6 +31,14 @@ jobs:
31
repository: 'llvm/llvm-project'
32
ref: ${{ env.LLVM_REF }}
33
path: 'llvm'
34
+ - name: Install deps
35
+ if: matrix.OS == 'Linux'
36
+ run: |
37
+ sudo apt-get install ccache ninja-build
38
39
+ if: matrix.OS == 'Darwin'
40
41
+ brew install ccache
42
- name: Build toolchain
43
run: |
44
sudo apt-get install ccache ninja-build
0 commit comments