Skip to content

Commit

Permalink
Document coreutils dependency, tweak clang tidy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Aug 31, 2024
1 parent 49c476a commit f4e03e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-clang-tidy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This workflow will lint the project using clang-tidy
name: Clang-tidy linting

on:
Expand All @@ -7,7 +8,7 @@ on:
branches: '**'

jobs:
build:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
- Package names are correct for Debian, other distros may vary
- `make`
- `pkg-config`
- `coreutils`
- `g++` **OR** `clang`
- If using clang, use `CXX="clang++" make [TARGET]`
- When swapping between different compilers, run `make clean`
Expand Down

0 comments on commit f4e03e6

Please sign in to comment.