From 3c9d59f77b02f01029584a84d04bcc1fa5a3fb4f Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Tue, 28 Feb 2023 10:16:28 +0700 Subject: [PATCH] Parallel Building --- .github/workflows/buildapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 543a478..2f3a4fc 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -56,7 +56,7 @@ jobs: submodules: recursive - name: Install Dependencies - run: brew install ldid dpkg + run: brew install ldid dpkg make - name: Setup Theos uses: actions/checkout@v3.2.0 @@ -116,7 +116,7 @@ jobs: - name: Fix compiling & Build Package id: build_package run: | - (echo 'THEOS_IGNORE_PARALLEL_BUILDING_NOTICE = yes' >> ~/.theosrc) + (echo PATH=\"$(brew --prefix make)/libexec/gnubin:\$PATH\" >> ~/.zprofile) cd ${{ github.workspace }}/main sed -i '' "12s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile sed -i '' "11s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile