From 308dcd353997971c31df65d589ccb0562ea7d3a5 Mon Sep 17 00:00:00 2001 From: jpbogle Date: Thu, 22 Dec 2022 00:06:26 -0500 Subject: [PATCH] Remove clang-7 from ci --- .github/actions/install-linux-build-deps/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/install-linux-build-deps/action.yml b/.github/actions/install-linux-build-deps/action.yml index 18723ee..4644a09 100644 --- a/.github/actions/install-linux-build-deps/action.yml +++ b/.github/actions/install-linux-build-deps/action.yml @@ -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