From 1ac4c9e3a89a6b4a94a9726c8f7faa0b8bb3ded9 Mon Sep 17 00:00:00 2001 From: vuonghoainam Date: Thu, 5 Oct 2023 15:14:23 +0700 Subject: [PATCH] fix(ci): Update mac m cmake and gc installation --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 507437d31..3884da710 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,6 +104,7 @@ jobs: continue-on-error: true run: | brew update + brew install cmake gcc@8 - name: Build id: cmake_build