We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4449236 commit 4c47959Copy full SHA for 4c47959
.github/actions/install-linux-build-deps/action.yml
@@ -9,12 +9,6 @@ runs:
9
sudo apt-get update
10
shell: bash
11
12
- - name: apt-get install clang
13
- run: |
14
- sudo apt-get install -y clang-7 --allow-unauthenticated
15
- clang-7 --version
16
- shell: bash
17
-
18
- name: apt-get install ssl libs
19
run: |
20
sudo apt-get install -y openssl --allow-unauthenticated
0 commit comments