We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a1492 commit 7b130ceCopy full SHA for 7b130ce
1 file changed
.github/actions/install-basic-packages/action.yml
@@ -11,7 +11,7 @@ runs:
11
- name: Install packages
12
run: |
13
sudo apt-get update
14
- sudo apt-get install -y xz-utils build-essential ninja-build cmake wget ccache pkg-config
+ sudo apt-get install -y xz-utils build-essential ninja-build cmake wget ccache pkg-config clang
15
shell: bash
16
17
0 commit comments