Skip to content

Commit 6c121db

Browse files
committed
bash shell
1 parent 41a6d31 commit 6c121db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clang_tidy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: cmake --preset clang_debug
3131

3232
- name: Run clang-tidy
33+
shell: bash
3334
run: |
3435
set +e
3536
cmake --build --preset clang_debug --target clang-tidy 2>&1 | tee clang_tidy_output.txt

0 commit comments

Comments
 (0)