Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Aug 23, 2024
1 parent 89b2d72 commit 78f28a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: ${{ inputs.create_release }}
run: |
sudo apt-get update
sudo apt-get install -y build-essential checkinstall git autoconf automake libtool-bin rsync llvm xmlstarlet
sudo apt-get install -y build-essential checkinstall git autoconf automake libtool-bin rsync llvm xmlstarlet cython3 libplist-utils
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 78f28a6

Please sign in to comment.