|
7 | 7 |
|
8 | 8 | jobs: |
9 | 9 | build-v2: |
10 | | - runs-on: macos-13 |
| 10 | + runs-on: macos-latest |
11 | 11 | steps: |
12 | 12 | - name: Check out repository od |
13 | 13 | uses: actions/checkout@v2 |
|
22 | 22 | - name: Install tools |
23 | 23 | run: | |
24 | 24 | brew update |
25 | | - brew install libzip openssl libplist autoconf automake libtool autoconf-archive pkg-config ninja libusbmuxd ideviceinstaller ios-deploy |
| 25 | + brew install libzip openssl libplist autoconf automake libtool autoconf-archive pkg-config ninja |
| 26 | + export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl@1.1/lib/pkgconfig |
| 27 | + git clone https://github.com/libimobiledevice/libplist |
| 28 | + cd libplist && ./autogen.sh --without-cython && sudo make install && cd .. |
| 29 | + cd libusbmuxd && ./autogen.sh && sudo make install && cd .. |
26 | 30 | xcrun --sdk macosx --show-sdk-path |
| 31 | + brew install ideviceinstaller |
| 32 | + brew install ios-deploy |
27 | 33 | pip3 install wheel |
28 | 34 | pip3 install . |
29 | 35 | git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git |
|
70 | 76 | ./*.so |
71 | 77 |
|
72 | 78 | build-v3: |
73 | | - runs-on: macos-13 |
| 79 | + runs-on: macos-latest |
74 | 80 | steps: |
75 | 81 | - name: Check out repository od |
76 | 82 | uses: actions/checkout@v2 |
|
85 | 91 | - name: Install tools |
86 | 92 | run: | |
87 | 93 | brew update |
88 | | - brew install libzip openssl libplist autoconf automake libtool autoconf-archive pkg-config ninja libusbmuxd ideviceinstaller ios-deploy |
| 94 | + brew install libzip openssl libplist autoconf automake libtool autoconf-archive pkg-config ninja |
| 95 | + export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl@1.1/lib/pkgconfig |
| 96 | + git clone https://github.com/libimobiledevice/libplist |
| 97 | + cd libplist && ./autogen.sh --without-cython && sudo make install && cd .. |
| 98 | + cd libusbmuxd && ./autogen.sh && sudo make install && cd .. |
89 | 99 | xcrun --sdk macosx --show-sdk-path |
| 100 | + brew install ideviceinstaller |
| 101 | + brew install ios-deploy |
90 | 102 | pip3 install wheel |
91 | 103 | pip3 install . |
92 | 104 | git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git |
|
0 commit comments