Skip to content

Commit 249b91d

Browse files
committed
remove install ninja
1 parent 06fe0ef commit 249b91d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- uses: actions/checkout@master
1818
with:
1919
submodules: true
20-
- name: Install requirements
21-
run: sudo apt -qq install ninja-build
2220
- name: configure
2321
run: cmake -G Ninja -B ./build -S .
2422
- name: build

0 commit comments

Comments
 (0)