Skip to content

Commit be75293

Browse files
committed
Install clang
1 parent 46c0325 commit be75293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container: ubuntu:16.04
2020
steps:
2121
- name: Install Dependencies for Ubuntu
22-
run: apt update && apt install -y software-properties-common && add-apt-repository -y ppa:git-core/ppa && apt update && apt install -y git build-essential python3 libssl-dev libkrb5-dev libc++-dev
22+
run: apt update && apt install -y software-properties-common && add-apt-repository -y ppa:git-core/ppa && apt update && apt install -y git build-essential clang python3 libssl-dev libkrb5-dev libc++-dev
2323
env:
2424
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2525

0 commit comments

Comments
 (0)