From 76d92f5289d9a0270de86b9a938e80539ebee40a Mon Sep 17 00:00:00 2001 From: Hiddify Date: Tue, 7 Nov 2023 01:20:49 +0100 Subject: [PATCH] update --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 282d86d8..c467eb02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,12 +102,15 @@ jobs: chmod +x appimagetool mv appimagetool /usr/local/bin/ - - name: Build macos dmg + - name: Install macos dmg needed tools if: matrix.platform == 'macos' || matrix.platform == 'ios' run: | - brew install create-dmg tree node + xcode-select --install + brew install create-dmg tree npm install -g appdmg + + - name: Get Geo Assets run: | make get-geo-assets