mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 22:22:06 +00:00
🔧 Update buildapp.yml Dependencies
This commit is contained in:
parent
1e63361f48
commit
bc862d88ac
1 changed files with 4 additions and 4 deletions
8
.github/workflows/buildapp.yml
vendored
8
.github/workflows/buildapp.yml
vendored
|
|
@ -55,19 +55,19 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: brew install dpkg ldid make node svn wget xz
|
||||
run: brew install bzip2 curl dpkg jq ldid make node svn wget xz
|
||||
|
||||
- name: Set PATH environment variable
|
||||
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
|
||||
|
||||
- name: Checkout Main
|
||||
uses: actions/checkout@v3.6.0
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
path: main
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Theos
|
||||
uses: actions/checkout@v3.6.0
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: theos/theos
|
||||
ref: 3da31488281ecf4394d10302d2629607f4a1aa07
|
||||
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
THEOS: ${{ github.workspace }}/theos
|
||||
|
||||
- name: Setup Theos Jailed
|
||||
uses: actions/checkout@v3.6.0
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: qnblackcat/theos-jailed
|
||||
ref: master
|
||||
|
|
|
|||
Loading…
Reference in a new issue