Skip to content

Commit

Permalink
[github-actions] Fix build workflow for new libtatsu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jun 27, 2024
1 parent 927898c commit d1a98e0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
workflow: build.yml
name: libimobiledevice-glue-latest_${{env.target_triplet}}
repo: libimobiledevice/libimobiledevice-glue
- name: fetch libtatsu
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
name: libtatsu-latest_${{env.target_triplet}}
repo: libimobiledevice/libtatsu
- name: install external dependencies
run: |
mkdir extract
Expand Down Expand Up @@ -97,6 +104,13 @@ jobs:
workflow: build.yml
name: libimobiledevice-glue-latest_macOS
repo: libimobiledevice/libimobiledevice-glue
- name: fetch libtatsu
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
name: libtatsu-latest_macOS
repo: libimobiledevice/libtatsu
- name: install external dependencies
run: |
mkdir extract
Expand Down Expand Up @@ -213,6 +227,13 @@ jobs:
workflow: build.yml
name: libimobiledevice-glue-latest_${{ matrix.arch }}-${{ env.dest }}
repo: libimobiledevice/libimobiledevice-glue
- name: fetch libtatsu
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
name: libtatsu-latest_${{ matrix.arch }}-${{ env.dest }}
repo: libimobiledevice/libtatsu
- name: install external dependencies
run: |
mkdir extract
Expand Down

0 comments on commit d1a98e0

Please sign in to comment.