mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-08 23:23:20 +00:00
it will work
This commit is contained in:
10
.github/workflows/build-swift.yml
vendored
10
.github/workflows/build-swift.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user