We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2411f commit 509c72dCopy full SHA for 509c72d
1 file changed
.github/workflows/roothide.yml
@@ -64,6 +64,10 @@ jobs:
64
run: |
65
brew install libarchive
66
67
+ - name: Install libplist
68
+ run: |
69
+ brew install libplist
70
+
71
- name: Build
72
73
set -x
0 commit comments