summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-09-06 18:42:07 +0200
committerGravatar Nikias Bassen2021-09-06 18:42:07 +0200
commitf3eeb52ac4263d9a46bd9d25e7b31e6b8fa7bad5 (patch)
tree549670796557bec23a58739cba812b670b341cd0 /.github/workflows/build.yml
parent294111216bc7c3019eb12f9932e992976fbc4b22 (diff)
downloadusbmuxd-f3eeb52ac4263d9a46bd9d25e7b31e6b8fa7bad5.tar.gz
usbmuxd-f3eeb52ac4263d9a46bd9d25e7b31e6b8fa7bad5.tar.bz2
[github-actions] Add missing dependency in build workflow
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml13
1 files changed, 10 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e28b856..1b07d87 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,13 +19,13 @@ jobs:
19 workflow: build.yml 19 workflow: build.yml
20 name: libplist-latest_${{env.target_triplet}} 20 name: libplist-latest_${{env.target_triplet}}
21 repo: libimobiledevice/libplist 21 repo: libimobiledevice/libplist
22 - name: fetch libimobiledevice 22 - name: fetch libusbmuxd
23 uses: dawidd6/action-download-artifact@v2 23 uses: dawidd6/action-download-artifact@v2
24 with: 24 with:
25 github_token: ${{secrets.GITHUB_TOKEN}} 25 github_token: ${{secrets.GITHUB_TOKEN}}
26 workflow: build.yml 26 workflow: build.yml
27 name: libimobiledevice-latest_${{env.target_triplet}} 27 name: libusbmuxd-latest_${{env.target_triplet}}
28 repo: libimobiledevice/libimobiledevice 28 repo: libimobiledevice/libusbmuxd
29 - name: fetch libimobiledevice-glue 29 - name: fetch libimobiledevice-glue
30 uses: dawidd6/action-download-artifact@v2 30 uses: dawidd6/action-download-artifact@v2
31 with: 31 with:
@@ -33,6 +33,13 @@ jobs:
33 workflow: build.yml 33 workflow: build.yml
34 name: libimobiledevice-glue-latest_${{env.target_triplet}} 34 name: libimobiledevice-glue-latest_${{env.target_triplet}}
35 repo: libimobiledevice/libimobiledevice-glue 35 repo: libimobiledevice/libimobiledevice-glue
36 - name: fetch libimobiledevice
37 uses: dawidd6/action-download-artifact@v2
38 with:
39 github_token: ${{secrets.GITHUB_TOKEN}}
40 workflow: build.yml
41 name: libimobiledevice-latest_${{env.target_triplet}}
42 repo: libimobiledevice/libimobiledevice
36 - name: install external dependencies 43 - name: install external dependencies
37 run: | 44 run: |
38 mkdir extract 45 mkdir extract