Skip to content

Commit

Permalink
Remove clang-7 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Dec 22, 2022
1 parent 95596ac commit 308dcd3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/install-linux-build-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ runs:
sudo apt-get update
shell: bash

- name: apt-get install clang
run: |
sudo apt-get install -y clang-7 --allow-unauthenticated
clang-7 --version
shell: bash

- name: apt-get install ssl libs
run: |
sudo apt-get install -y openssl --allow-unauthenticated
Expand Down

0 comments on commit 308dcd3

Please sign in to comment.