summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrii Kalinich (GitHub) <AKalinich@luxoft.com>2021-10-15 15:38:29 -0400
committerGitHub <noreply@github.com>2021-10-15 15:38:29 -0400
commitc8d240b5da201f87f1802fe85851237b6453022a (patch)
tree8c6229fd48a8bd5a1f40536b2cfadebd8260f5c1 /.github
parentb7d79fbde866feb8936053578a8790101fbfd292 (diff)
downloadsdl_core-c8d240b5da201f87f1802fe85851237b6453022a.tar.gz
Changed clang-format version from 6 to 8 (#3777)
Co-authored-by: OlhaVorobiova <olha.vorobiova@dxc.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sdl_core_github_ci_coverity.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sdl_core_github_ci_coverity.yml b/.github/workflows/sdl_core_github_ci_coverity.yml
index 84769c26ea..c3cbec5893 100644
--- a/.github/workflows/sdl_core_github_ci_coverity.yml
+++ b/.github/workflows/sdl_core_github_ci_coverity.yml
@@ -21,7 +21,7 @@ jobs:
run: git -C ${{ github.workspace }} submodule update --init --recursive
# Install Dependencies
- name: Apt Get Dependencies
- run: sudo apt-get update && sudo apt-get install libssl-dev libbluetooth3 libbluetooth-dev libudev-dev cmake html2text lcov git cmake automake1.11 build-essential libavahi-client-dev sqlite3 libsqlite3-dev libgtest-dev bluez-tools libpulse-dev libusb-1.0.0-dev cppcheck python3-pip python3-setuptools python3-wheel && sudo apt-get install -f clang-format-6.0
+ run: sudo apt-get update && sudo apt-get install libssl-dev libbluetooth3 libbluetooth-dev libudev-dev cmake html2text lcov git cmake automake1.11 build-essential libavahi-client-dev sqlite3 libsqlite3-dev libgtest-dev bluez-tools libpulse-dev libusb-1.0.0-dev cppcheck python3-pip python3-setuptools python3-wheel && sudo apt-get install -f clang-format-8
- name: Setup CMAKE
uses: jwlawson/actions-setup-cmake@v1.8
with: