Skip to content

Commit 4c47959

Browse files
committed
Fix ci
1 parent 4449236 commit 4c47959

File tree

1 file changed

+0
-6
lines changed
  • .github/actions/install-linux-build-deps

1 file changed

+0
-6
lines changed

.github/actions/install-linux-build-deps/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ runs:
99
sudo apt-get update
1010
shell: bash
1111

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-
1812
- name: apt-get install ssl libs
1913
run: |
2014
sudo apt-get install -y openssl --allow-unauthenticated

0 commit comments

Comments
 (0)