Skip to content

Commit 41c3c24

Browse files
authored
[ci] Add clang-12 to build dependencies (#51)
1 parent bc79461 commit 41c3c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
sudo apt-get update
34-
sudo apt-get install -y rpm2cpio cpio binutils-${{ matrix.triple }}
34+
sudo apt-get install -y clang-12 rpm2cpio cpio binutils-${{ matrix.triple }}
3535
3636
- name: Install depot_tools
3737
run: |

0 commit comments

Comments
 (0)