We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c0325 commit be75293Copy full SHA for be75293
1 file changed
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
container: ubuntu:16.04
20
steps:
21
- 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
+ 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
23
env:
24
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
25
0 commit comments