Skip to content

Commit

Permalink
it will work
Browse files Browse the repository at this point in the history
  • Loading branch information
whoeevee authored Jun 16, 2024
1 parent 7cbeaa0 commit a2388ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit a2388ed

Please sign in to comment.