mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
auto install ninja-build if generator is using Ninja
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -79,9 +79,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Install Ninja
|
||||
run: sudo apt install -y ninja-build
|
||||
|
||||
- name: Use this action with specified generator
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user