We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abacc92 commit 3364d01Copy full SHA for 3364d01
1 file changed
.github/workflows/ci.yaml.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install on Linux
23
if: runner.os == 'Linux'
24
- run: sudo apt-get install -y libimobiledevice-dev
+ run: sudo apt-get install -y libimobiledevice-dev libimobiledevice-glue-dev
25
26
- name: Install on macOS
27
if: runner.os == 'macOS'
0 commit comments