We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ccc85 commit 87c9b84Copy full SHA for 87c9b84
.github/workflows/build.yml
@@ -30,8 +30,9 @@ jobs:
30
31
- name: Install dependencies
32
run: |
33
+ sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" -- 12
34
sudo apt-get update
- sudo apt-get install -y clang-12 rpm2cpio cpio binutils-${{ matrix.triple }}
35
+ sudo apt-get install -y rpm2cpio cpio binutils-${{ matrix.triple }}
36
37
- name: Install depot_tools
38
0 commit comments