Skip to content

Commit bad4b87

Browse files
committed
Ensure Upgrade in action
Baremetal jobs were failling because of dpkg failed to process the grub-efi-amd64-signed package, according to some articles online, we can avoid this problem by ensuring we have the latest packages installed. https://askubuntu.com/questions/1276111/error-upgrading-grub-efi-amd64-signed-special-device-old-ssd-does-not-exist https://forum.hestiacp.com/t/ubuntu-20-04-installation-error/4323
1 parent 40c7737 commit bad4b87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ runs:
4242
- name: Remove unwanted packages
4343
run: sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
4444
shell: bash
45+
- name: Ensure upgrade
46+
run: sudo apt -y upgrade
47+
shell: bash
4548
- name: Checkout Devstack
4649
uses: actions/checkout@v3
4750
with:

0 commit comments

Comments
 (0)