diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a06b80..affaf6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: curl -sL https://just.systems/install.sh | bash -s -- --to ~/.cargo/bin echo "$HOME/.cargo/bin" >> $GITHUB_PATH + - name: Install libplist + run: | + brew install libplist + - name: Cache Cargo uses: actions/cache@v4 with: