From a22eec516e690a33161d46d6c7fc810433ba854a Mon Sep 17 00:00:00 2001 From: Self Not Found Date: Mon, 11 Mar 2024 11:08:37 +0800 Subject: [PATCH] Update build-macos.yml --- .github/workflows/build-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 85ec785..04591d9 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -32,8 +32,8 @@ jobs: - name: Install Qt run: | brew update - brew upgrade - brew install qt@5 + brew upgrade || true + brew install qt@5 || true brew link qt5 --force - name: Create build directory