Skip to content

Commit 0d5c2a1

Browse files
committed
CI: Install linux-firmware package
1 parent f1abfd9 commit 0d5c2a1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/elevate.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,11 @@ jobs:
463463
res=$?
464464
fi
465465
466+
if [ "${vendor}" = "firmware" ]; then
467+
sudo dnf install -y linux-firmware
468+
res=$?
469+
fi
470+
466471
exit ${res}
467472
EOF
468473
chmod +x Vendors.sh
@@ -617,6 +622,11 @@ jobs:
617622
run: |
618623
sudo vagrant ssh elevatevm -c "sudo /vagrant/Vendors.sh imunify ${{ env.source_release }}" || exit 1
619624
625+
- name: Linux Firmware
626+
if: inputs.vendors == 'all'
627+
run: |
628+
sudo vagrant ssh elevatevm -c "sudo /vagrant/Vendors.sh firmware ${{ env.source_release }}" || exit 1
629+
620630
- name: leapp preupgrade
621631
id: leapp-preupgrade
622632
run: |

0 commit comments

Comments
 (0)