mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +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
|
||||
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
|
||||
uses: actions/cache@v4
|
||||
@@ -72,7 +74,10 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- 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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user