From 4d350f97400cb28e9cf81a183c51a9f66ebcfbc2 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 22 Mar 2024 16:26:14 +0700 Subject: [PATCH] ci: add step for setting up Ninja in `test-action-with-custom-tools` job --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2c2e0bc..9529be2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: