Skip to content

Commit

Permalink
[github-actions] Updated build workflow for libtatsu
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed May 23, 2024
1 parent 31eab33 commit 63a9d9c
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 @@ -48,6 +48,13 @@ jobs:
workflow: build.yml
name: libimobiledevice-latest_${{env.target_triplet}}
repo: libimobiledevice/libimobiledevice
- 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 @@ -122,6 +129,13 @@ jobs:
workflow: build.yml
name: libimobiledevice-latest_macOS
repo: libimobiledevice/libimobiledevice
- 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 @@ -253,6 +267,13 @@ jobs:
workflow: build.yml
name: libimobiledevice-latest_${{ matrix.arch }}-${{ env.dest }}
repo: libimobiledevice/libimobiledevice
- 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 63a9d9c

Please sign in to comment.