From 816ec0ecd5ae567f63a4a4df8312351369120400 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Tue, 7 Nov 2023 01:32:37 +0100 Subject: [PATCH] fix: --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c467eb02..481c5ef6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,12 +105,11 @@ jobs: - name: Install macos dmg needed tools if: matrix.platform == 'macos' || matrix.platform == 'ios' run: | - xcode-select --install + # xcode-select --install || softwareupdate --all --install --force + brew install create-dmg tree npm install -g appdmg - - - name: Get Geo Assets run: | make get-geo-assets