mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
ok, real Parallel building
This commit is contained in:
parent
c0881765b9
commit
4f53e5856f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
|
|
@ -58,6 +58,9 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: brew install ldid dpkg make
|
||||
|
||||
- name: Set PATH environment variable
|
||||
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
|
||||
|
||||
- name: Setup Theos
|
||||
uses: actions/checkout@v3.2.0
|
||||
with:
|
||||
|
|
@ -116,7 +119,6 @@ jobs:
|
|||
- name: Fix compiling & Build Package
|
||||
id: build_package
|
||||
run: |
|
||||
(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
|
||||
|
|
|
|||
Loading…
Reference in a new issue