From 3f20c4239ff87e132b572b6b2b9f175c0478a705 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 2 Sep 2025 21:37:58 -0700 Subject: [PATCH] remove cmake from explicit-install list in GH Actions script --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a7884157..4b3a60a7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -27,7 +27,7 @@ jobs: - name: Install libraries (macOS) if: ${{ matrix.os == 'macos-latest' }} run: | - brew install cmake asio libiconv + brew install asio libiconv cat << EOF > nproc #!/bin/sh