Skip to content

Commit 43df827

Browse files
committed
use apt-get for CLI
1 parent b5a9fe3 commit 43df827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
4747
- name: Tidy
4848
run: |
49-
apt install -y clang-tidy
49+
apt-get install -y clang-tidy
5050
run-clang-tidy -p build -j4 -header-filter='.*'

0 commit comments

Comments
 (0)