docs(readme): remove unnecessary features section

This commit is contained in:
Alfi Maulana 2024-08-04 23:18:31 +07:00
parent 67dd27b094
commit a30bc871ed
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -4,12 +4,6 @@ Configure and build [CMake](https://cmake.org/) projects on [GitHub Actions](htt
This action wraps the [`cmake`](https://cmake.org/cmake/help/latest/manual/cmake.1.html) command for configuring and building CMake projects. It provides a more streamlined syntax for specifying build options compared to calling the `cmake` command directly. This action wraps the [`cmake`](https://cmake.org/cmake/help/latest/manual/cmake.1.html) command for configuring and building CMake projects. It provides a more streamlined syntax for specifying build options compared to calling the `cmake` command directly.
## Features
- 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.
- Supports specifying multiple CMake options directly from the action inputs.
## Usage ## Usage
For more information, refer to [action.yml](./action.yml) and the [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions). For more information, refer to [action.yml](./action.yml) and the [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions).