🔧 Update buildapp.yml Dependencies

This commit is contained in:
arichornlover 2023-10-20 17:07:35 -05:00 committed by GitHub
parent 1e63361f48
commit bc862d88ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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