Skip to content

Commit 02ed7c3

Browse files
committed
Update ci.yml to include clang
1 parent 225a00f commit 02ed7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Runs a single command using the runners shell
2929
- name: Install dev packages
30-
run: sudo apt-get install -y build-essential
30+
run: sudo apt-get install -y build-essential clang
3131

3232
# Runs a set of commands using the runners shell
3333
- name: Compile the code

0 commit comments

Comments
 (0)