Skip to content

Commit

Permalink
Merge pull request PowerDNS#13337 from Habbie/backport-12562-to-auth-…
Browse files Browse the repository at this point in the history
…4.7.x

auth-4.7: fix github actions grub issue
  • Loading branch information
Habbie authored Oct 6, 2023
2 parents 814b387 + f3de89b commit 735a455
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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
sudo apt-get -qq -y --allow-downgrades dist-upgrade
# FIXME: Avoid GRUB related errors due to runner image configuration by removing 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 735a455

Please sign in to comment.