From f26503990cf4c7c3f3083e58f056c65dafe5f008 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 5 Apr 2024 12:39:54 +0600 Subject: [PATCH] cd: use brew to install setuptools --- .github/workflows/spotube-release-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index e05bf75d..5d918a03 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -327,7 +327,7 @@ jobs: - name: Package Macos App run: | - python3 -m pip install setuptools + brew install python-setuptools npm install -g appdmg mkdir -p build/${{ env.BUILD_VERSION }} appdmg appdmg.json build/Spotube-macos-universal.dmg