mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
feat: remove support for auto-install Ninja (#258)
* feat: remove support for auto-installing Ninja * ci: add step for setting up Ninja in `test-action-with-custom-tools` job * docs: update readme related to auto-install Ninja support removal
This commit is contained in:
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@@ -185,6 +185,9 @@ jobs:
|
||||
test
|
||||
sparse-checkout-cone-mode: false
|
||||
|
||||
- name: Setup Ninja
|
||||
uses: seanmiddleditch/gha-setup-ninja@v4
|
||||
|
||||
- name: Configure, Build, and Test Project
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user