ci: remove setup Ninja action in CI workflows (#755)
Some checks are pending
Build / Build Action (push) Waiting to run
Test / Test Action (macos-14) (push) Waiting to run
Test / Test Action (ubuntu-24.04) (push) Waiting to run
Test / Test Action (windows-2022) (push) Waiting to run
Test / Test Action With Specified Directories (push) Waiting to run
Test / Test Action Without Run Build (push) Waiting to run
Test / Test Action With Additional Options (push) Waiting to run
Test / Test Action With Custom Generator (push) Waiting to run

* ci: remove setup Ninja step in CI workflow

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

* docs: remove setup Ninja action in `README.md`

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

---------

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
Alfi Maulana
2025-07-02 17:05:24 +07:00
committed by GitHub
parent c3cc70f090
commit a65d401258
2 changed files with 0 additions and 6 deletions

View File

@@ -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