mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Apt install libplist for Linux CI
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -32,8 +32,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build all Apple targets and examples/tools
|
- name: Build all Apple targets and examples/tools
|
||||||
run: |
|
run: |
|
||||||
export HOMEBREW_PREFIX=$(brew --prefix)
|
|
||||||
export CXXFLAGS="-I$HOMEBREW_PREFIX/include"
|
|
||||||
just macos-ci-check
|
just macos-ci-check
|
||||||
|
|
||||||
- name: Upload static libraries
|
- name: Upload static libraries
|
||||||
@@ -74,7 +72,7 @@ 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
|
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libplist
|
||||||
|
|
||||||
- name: Install just
|
- name: Install just
|
||||||
run: |
|
run: |
|
||||||
@@ -125,10 +123,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install just
|
- uses: MinoruSekine/setup-scoop@v4.0.2
|
||||||
run: |
|
with:
|
||||||
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
buckets: extras
|
||||||
scoop install just
|
apps: doxygen plantuml
|
||||||
|
|
||||||
- name: Cache Cargo
|
- name: Cache Cargo
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user