Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmdln committed Oct 1, 2023
1 parent 7c3c877 commit de15011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: clang-tidy
os:
- name: ubuntu-latest
deps: clang clang-format clang-tidy cmake git libasan5 libubsan1 lld ninja
deps: clang clang-format clang-tidy cmake git libasan5 libubsan1 lld ninja-build

name: ${{ matrix.linter.name }} (${{ matrix.os.name }})
runs-on: ${{ matrix.os.name }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Debug
ninja -C build
ninja
- name: Run ${{ matrix.linter.name }}
run: |
Expand Down

0 comments on commit de15011

Please sign in to comment.