From eed0090ec72bc779e6e9eb4f28b08d0c6bf69aca Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Wed, 30 Jul 2025 15:16:11 -0600 Subject: [PATCH] Apt install libplist for Linux CI --- .github/workflows/ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b267f9..015b0c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,6 @@ jobs: - name: Build all Apple targets and examples/tools run: | - export HOMEBREW_PREFIX=$(brew --prefix) - export CXXFLAGS="-I$HOMEBREW_PREFIX/include" just macos-ci-check - name: Upload static libraries @@ -74,7 +72,7 @@ jobs: - uses: actions/checkout@v4 - 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 run: | @@ -125,10 +123,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install just - run: | - iex "& {$(irm get.scoop.sh)} -RunAsAdmin" - scoop install just + - uses: MinoruSekine/setup-scoop@v4.0.2 + with: + buckets: extras + apps: doxygen plantuml - name: Cache Cargo uses: actions/cache@v4