ci: add step for setting up Ninja in test-action-with-custom-tools job

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

View File

@ -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: