diff options
author | Ivan Zorin <[email protected]> | 2023-07-21 07:47:16 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-21 14:47:16 +1000 |
commit | 52dd27cc07b5361a0ae16289d623759f01118cc2 (patch) | |
tree | 360a3cbe933be7f334986468581f69dab461df98 /.github | |
parent | 1c9d3940ca45e2aec9394158fd8aaa1e92b1cd73 (diff) | |
download | IronOS-52dd27cc07b5361a0ae16289d623759f01118cc2.tar.gz IronOS-52dd27cc07b5361a0ae16289d623759f01118cc2.zip |
Fix github CI clang-format related check_c-cpp job (#1752)
* Fix github CI clang-format related check_c-cpp job
* shellcheck fix
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ca127c55..639ecc9c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: |