Skip to content

Commit 245e88d

Browse files
ci: drop redundant ninja-build install from cpp-linter
1 parent 2196be6 commit 245e88d

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
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242
- name: Install dependencies
4343
shell: bash
44-
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev ninja-build
44+
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
4545
- name: Cache vcpkg packages
4646
uses: actions/cache@v4
4747
id: vcpkg-cache

0 commit comments

Comments
 (0)