summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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