From f3eeb52ac4263d9a46bd9d25e7b31e6b8fa7bad5 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 6 Sep 2021 18:42:07 +0200 Subject: [github-actions] Add missing dependency in build workflow --- .github/workflows/build.yml | 13 ++++++++++--- 1 file 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 -- cgit v1.1-32-gdbae