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 a701500
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-am-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ 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
wget -O ffmpeg-updates/libavdevice-5.1.6-2.el9.x86_64.rpm https://download1.rpmfusion.org/free/el/updates/9/x86_64/l/libavdevice-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 a701500

Please sign in to comment.