mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Curl plist.h
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -18,7 +18,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install libplist
|
- name: Install libplist
|
||||||
run: |
|
run: |
|
||||||
brew install libplist
|
brew install libplist && \
|
||||||
|
mkdir -p /usr/local/include/plist && \
|
||||||
|
wget -O /usr/local/include/plist/plist.h https://raw.githubusercontent.com/libimobiledevice/libplist/refs/heads/master/include/plist/plist.h
|
||||||
|
|
||||||
- name: Cache Cargo
|
- name: Cache Cargo
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@@ -72,7 +74,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libplist
|
run: |
|
||||||
|
sudo apt-get update && sudo apt-get install -y build-essential cmake libplist && \
|
||||||
|
mkdir -p /usr/local/include/plist && \
|
||||||
|
wget -O /usr/local/include/plist/plist.h https://raw.githubusercontent.com/libimobiledevice/libplist/refs/heads/master/include/plist/plist.h
|
||||||
|
|
||||||
- name: Install just
|
- name: Install just
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user