Skip to content

Commit 3a5c436

Browse files
committed
Dirty fix again
1 parent 8fc6300 commit 3a5c436

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-code-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ jobs:
7777
genconfusable # for "ConfusableIdentifierCheck.h"
7878
7979
- name: Install linter dependencies
80-
run: pip install doc8 --break-system-packages
80+
run: |
81+
pip install doc8 --break-system-packages
82+
echo "$HOME/.local/bin" >> $GITHUB_PATH
8183
8284
- name: Run clang-tidy linter
8385
env:

0 commit comments

Comments
 (0)