From 7d9790ad1e127634777ae88994516728749cdf18 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 22 Mar 2024 16:31:35 +0700 Subject: [PATCH] docs: update readme related to auto-install Ninja support removal --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e0c5da..7074ae1 100644 --- a/README.md +++ b/README.md @@ -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: