-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from Impact-I/90b56a561f70cd55e972cb49b79b3d8b
90b56a561f70cd55e972cb49b79b3d8b
- Loading branch information
Showing
2 changed files
with
3 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,15 +21,8 @@ jobs: | |
echo "SNAPSHOT_HASH=$HASH" >> $GITHUB_ENV | ||
- name: Install tools | ||
run: | | ||
brew update | ||
brew install libzip openssl libplist autoconf automake libtool autoconf-archive pkg-config ninja | ||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/[email protected]/lib/pkgconfig | ||
git clone https://github.com/libimobiledevice/libplist | ||
cd libplist && ./autogen.sh --without-cython && sudo make install && cd .. | ||
cd libusbmuxd && ./autogen.sh && sudo make install && cd .. | ||
brew install ninja libusbmuxd ideviceinstaller ios-deploy | ||
xcrun --sdk macosx --show-sdk-path | ||
brew install ideviceinstaller | ||
brew install ios-deploy | ||
pip3 install wheel | ||
pip3 install . | ||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | ||
|
@@ -90,15 +83,7 @@ jobs: | |
echo "SNAPSHOT_HASH=$HASH" >> $GITHUB_ENV | ||
- name: Install tools | ||
run: | | ||
brew update | ||
brew install libzip openssl libplist autoconf automake libtool autoconf-archive pkg-config ninja | ||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/[email protected]/lib/pkgconfig | ||
git clone https://github.com/libimobiledevice/libplist | ||
cd libplist && ./autogen.sh --without-cython && sudo make install && cd .. | ||
cd libusbmuxd && ./autogen.sh && sudo make install && cd .. | ||
xcrun --sdk macosx --show-sdk-path | ||
brew install ideviceinstaller | ||
brew install ios-deploy | ||
brew install ninja libusbmuxd ideviceinstaller ios-deploy | ||
pip3 install wheel | ||
pip3 install . | ||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
aa64af18e7d086041ac127cc4bc50c5e | ||
90b56a561f70cd55e972cb49b79b3d8b |