From a4cbf04cab34f072a857e72c0abb069e66026feb Mon Sep 17 00:00:00 2001 From: "M.Amin Rayej" Date: Fri, 25 Oct 2024 13:50:24 +0330 Subject: [PATCH] fix command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ec3022..6acbcb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Install `ninja` on Alpine if: startsWith(matrix.target.id, 'linux-musl') run: | - apk install ninja + apk add ninja - name: Install `ninja` on macOS if: startsWith(matrix.target.id, 'darwin-')