From 11a0aedc8173c683f7f1aef30c07e6abdee0f54c Mon Sep 17 00:00:00 2001 From: Daniel Thornburgh Date: Sun, 10 Dec 2023 18:10:29 -0800 Subject: [PATCH] How did ninja get in there --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b46781be2..e10793a5e 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -31,7 +31,7 @@ jobs: - name: Install MacOS tools if: startsWith(matrix.os, 'macos') - run: brew update && brew install ninja-build + run: brew update && brew install ninja - name: Cache test tools if: startsWith(matrix.os, 'ubuntu')