mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
workflow: Fix silent error from clang-tidy job
[skip ci]
This commit is contained in:
parent
0d2f6266bd
commit
b89b0f51ba
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user