From a65d4012586cf894ccb02c6f1c116765555dbafc Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Wed, 2 Jul 2025 17:05:24 +0700 Subject: [PATCH] ci: remove setup Ninja action in CI workflows (#755) * ci: remove setup Ninja step in CI workflow Signed-off-by: Alfi Maulana * docs: remove setup Ninja action in `README.md` Signed-off-by: Alfi Maulana --------- Signed-off-by: Alfi Maulana --- .github/workflows/test.yaml | 3 --- README.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 581b49b..f4e5c62 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -138,9 +138,6 @@ jobs: dist sparse-checkout-cone-mode: false - - name: Setup Ninja - uses: seanmiddleditch/gha-setup-ninja@v6 - - name: Configure Sample Project id: cmake-action uses: ./cmake-action diff --git a/README.md b/README.md index 6fa78e9..6f8e0d1 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,6 @@ By default, this action uses the current working directory as the source directo The following example demonstrates how to use this action to configure and build the project using [Ninja](https://ninja-build.org/) as the build system generator and [Clang](https://clang.llvm.org/) as the compiler: ```yaml -- name: Setup Ninja - uses: seanmiddleditch/gha-setup-ninja@v5 - - name: Build Project uses: threeal/cmake-action@v2.1.0 with: