Skip to content

Commit

Permalink
use the latest artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Mar 30, 2024
1 parent 680eb47 commit 249b8b3
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,35 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download nv-codec-headers
- name: Download ffmpeg-cuda
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/ffmpeg-cuda
workflow: build.yml
check_artifacts: true
- name: Download artifact - lame
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/nv-codec-headers
repo: clearfraction/lame
workflow: build-core.yml
check_artifacts: true
- name: Download ffmpeg-cuda
- name: Download artifact - fdk-aac
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/ffmpeg-cuda
workflow: build.yml
repo: clearfraction/fdk-aac
workflow: build-core.yml
check_artifacts: true
- name: Download artifact
- name: Download artifact - x264
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/mass-rebuild
workflow: mass-rebuild.yml
repo: clearfraction/x264
workflow: build-core.yml
check_artifacts: true
- name: Download artifact - x265
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/x265
workflow: build-core.yml
check_artifacts: true
- name: Building a package
run: |
Expand Down

0 comments on commit 249b8b3

Please sign in to comment.