From 348057bd0911c1fa19574ef18ae47894f19cef25 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Thu, 21 Mar 2024 14:14:20 +0800 Subject: [PATCH] chore: remove macOS brew update --- .github/workflows/autobuild.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index ac7e806..1035e18 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -96,7 +96,6 @@ jobs: - name: Install dependencies run: | - brew update brew install git cmake - name: Configure build