workflow: Fix silent error from clang-tidy job

[skip ci]
This commit is contained in:
rdb 2023-02-13 13:10:29 +01:00
parent 0d2f6266bd
commit b89b0f51ba

View File

@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Install clang-tidy - name: Install clang-tidy
run: | run: |
sudo apt-get update sudo apt-get update