mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Unify IdeviceService creation behavior with trait
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -16,10 +16,6 @@ jobs:
|
||||
run: |
|
||||
brew install just
|
||||
|
||||
- name: Install libplist
|
||||
run: |
|
||||
brew install libplist
|
||||
|
||||
- name: Cache Cargo
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
@@ -73,7 +69,7 @@ jobs:
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install -y build-essential cmake libplist
|
||||
sudo apt-get update && sudo apt-get install -y build-essential cmake
|
||||
|
||||
- name: Install just
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user