Skip to content

Commit

Permalink
workaround for grub error raised after apt-get dist-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
romeroalx committed Feb 17, 2023
1 parent db96144 commit 735582e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-scripts/gh-actions-setup-inv
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ EOF
"
sudo chmod 755 /usr/sbin/policy-rc.d
sudo apt-get update
# FIXME: Avoid GRUB related errors due to runner image configuration by reinstalling it.
sudo dpkg --purge --force-all grub-efi-amd64-signed && sudo dpkg --purge --force-all shim-signed
sudo apt-get autoremove
sudo apt-get -qq -y dist-upgrade
sudo apt-get -qq -y --no-install-recommends install python3-pip
sudo pip3 install git+https://github.com/pyinvoke/invoke@faa5728a6f76199a3da1750ed952e7efee17c1da

0 comments on commit 735582e

Please sign in to comment.