it will work

This commit is contained in:
whoeevee
2024-06-16 16:36:02 +03:00
committed by GitHub
parent 7cbeaa0bbb
commit a2388eddd7

View File

@@ -23,6 +23,11 @@ jobs:
repository: theos/theos
path: ${{ github.workspace }}/theos
submodules: recursive
- name: Install Dependencies
run: |
brew install make dpkg ldid
echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
- name: Copy SwiftProtobuf (rootful)
run: |
@@ -40,11 +45,6 @@ jobs:
tar -xvf data.tar.lzma
cp -r var/jb/Library/Frameworks/SwiftProtobuf.framework $THEOS/lib/iphone/rootless
- name: Install make
run: |
brew install make
echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
- name: Build EeveeSpotify (debug)
run: |
make package