Skip to content

Commit 7b130ce

Browse files
committed
add clang
1 parent 10a1492 commit 7b130ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-basic-packages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Install packages
1212
run: |
1313
sudo apt-get update
14-
sudo apt-get install -y xz-utils build-essential ninja-build cmake wget ccache pkg-config
14+
sudo apt-get install -y xz-utils build-essential ninja-build cmake wget ccache pkg-config clang
1515
shell: bash
1616

1717

0 commit comments

Comments
 (0)