Skip to content

Commit

Permalink
remove plutil
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Aug 23, 2024
1 parent 63341eb commit 89b2d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Install dependencies
if: ${{ inputs.create_release }}
run: |
sudo apt update
sudo apt install -y build-essential checkinstall git autoconf automake libtool-bin rsync llvm xmlstarlet plutil
sudo apt-get update
sudo apt-get install -y build-essential checkinstall git autoconf automake libtool-bin rsync llvm xmlstarlet
curl -L https://github.com/libimobiledevice/libplist/releases/download/2.4.0/libplist-2.4.0.tar.bz2 | bzip2 -d | tar -x
cd libplist*
./configure
Expand Down

0 comments on commit 89b2d72

Please sign in to comment.