Fix github CI clang-format related check_c-cpp job (#1752)

* Fix github CI clang-format related check_c-cpp job

* shellcheck fix
This commit is contained in:
Ivan Zorin
2023-07-21 07:47:16 +03:00
committed by GitHub
parent 1c9d3940ca
commit 52dd27cc07
2 changed files with 7 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ jobs:
steps:
- name: Install dependencies (apk)
run: apk add --no-cache make git diffutils findutils clang-extra-tools
run: apk add --no-cache make git diffutils findutils clang-extra-tools bash
- uses: actions/checkout@v3
with: