diff options
author | Nikias Bassen | 2021-09-06 18:42:07 +0200 |
---|---|---|
committer | Nikias Bassen | 2021-09-06 18:42:07 +0200 |
commit | f3eeb52ac4263d9a46bd9d25e7b31e6b8fa7bad5 (patch) | |
tree | 549670796557bec23a58739cba812b670b341cd0 | |
parent | 294111216bc7c3019eb12f9932e992976fbc4b22 (diff) | |
download | usbmuxd-f3eeb52ac4263d9a46bd9d25e7b31e6b8fa7bad5.tar.gz usbmuxd-f3eeb52ac4263d9a46bd9d25e7b31e6b8fa7bad5.tar.bz2 |
[github-actions] Add missing dependency in build workflow
-rw-r--r-- | .github/workflows/build.yml | 13 |
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: workflow: build.yml name: libplist-latest_${{env.target_triplet}} repo: libimobiledevice/libplist - - name: fetch libimobiledevice + - name: fetch libusbmuxd uses: dawidd6/action-download-artifact@v2 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: build.yml - name: libimobiledevice-latest_${{env.target_triplet}} - repo: libimobiledevice/libimobiledevice + name: libusbmuxd-latest_${{env.target_triplet}} + repo: libimobiledevice/libusbmuxd - name: fetch libimobiledevice-glue uses: dawidd6/action-download-artifact@v2 with: @@ -33,6 +33,13 @@ jobs: workflow: build.yml name: libimobiledevice-glue-latest_${{env.target_triplet}} repo: libimobiledevice/libimobiledevice-glue + - name: fetch libimobiledevice + uses: dawidd6/action-download-artifact@v2 + with: + github_token: ${{secrets.GITHUB_TOKEN}} + workflow: build.yml + name: libimobiledevice-latest_${{env.target_triplet}} + repo: libimobiledevice/libimobiledevice - name: install external dependencies run: | mkdir extract |