Skip to content

Commit 6640fcf

Browse files
authored
build: stop installing Ninja. (#234)
rules_foreign_cc is automatically downloading CMake and Ninja. Signed-off-by: Piotr Sikora <[email protected]>
1 parent 44a63eb commit 6640fcf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cpp.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,6 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@v2
129129

130-
- name: Install dependency (Linux)
131-
if: startsWith(matrix.os, 'ubuntu')
132-
run: sudo apt-get install ninja-build
133-
134-
- name: Install dependency (macOS)
135-
if: startsWith(matrix.os, 'macos')
136-
run: brew install ninja
137-
138130
- name: Activate Docker/QEMU
139131
if: startsWith(matrix.run_under, 'docker')
140132
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

0 commit comments

Comments
 (0)