Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Dec 3, 2024
1 parent 4ed6793 commit ad157db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-am-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
name: archivematica-storage-service-packages
path: |
${{ github.workspace }}/rpms/EL9/archivematica-storage-service
- name: Download ffmpeg updates
working-directory: "${{ github.workspace }}/rpms/EL9/"
run: |
mkdir ffmpeg-updates
wget -O ffmpeg-updates/ffmpeg-5.1.6-2.el9.x86_64.rpm https://download1.rpmfusion.org/free/el/updates/9/x86_64/f/ffmpeg-5.1.6-2.el9.x86_64.rpm
wget -O ffmpeg-updates/ffmpeg-libs-5.1.6-2.el9.x86_64.rpm https://download1.rpmfusion.org/free/el/updates/9/x86_64/f/ffmpeg-libs-5.1.6-2.el9.x86_64.rpm
- name: Create repository
run: |
make -C ${{ github.workspace }}/rpms/EL9 createrepo
Expand Down

0 comments on commit ad157db

Please sign in to comment.