Skip to content

Commit 743a444

Browse files
ci: drop redundant ninja-build install from cpp-linter
1 parent 39f4164 commit 743a444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v6
3838
- name: Install dependencies
3939
shell: bash
40-
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev ninja-build
40+
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
4141
- name: Cache vcpkg packages
4242
uses: actions/cache@v4
4343
id: vcpkg-cache

0 commit comments

Comments
 (0)