docs: update readme related to auto-install Ninja support removal

This commit is contained in:
Alfi Maulana 2024-03-22 16:31:35 +07:00
parent 4d350f9740
commit 7d9790ad1e
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -6,7 +6,6 @@ Configure and build your [CMake](https://cmake.org/) project using [GitHub Actio
- Configures a CMake project using the [`cmake`](https://cmake.org/cmake/help/latest/manual/cmake.1.html) command.
- Optionally builds a CMake project using the `cmake --build` command.
- Auto-detects and installs required dependencies.
- Supports specifying multiple CMake options directly from the action inputs.
## Usage
@ -84,6 +83,9 @@ jobs:
#### Using Ninja as the Generator and Clang as the Compiler
```yaml
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v4
- name: Configure Project
uses: threeal/cmake-action@v1.3.0
with: