We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225a00f commit 02ed7c3Copy full SHA for 02ed7c3
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Runs a single command using the runners shell
29
- name: Install dev packages
30
- run: sudo apt-get install -y build-essential
+ run: sudo apt-get install -y build-essential clang
31
32
# Runs a set of commands using the runners shell
33
- name: Compile the code
0 commit comments