Skip to content

Commit

Permalink
Update FIXME comment in build-scripts/gh-actions-setup-inv
Browse files Browse the repository at this point in the history
Co-authored-by: Remi Gacogne <github@coredump.fr>
  • Loading branch information
romeroalx and rgacogne authored Feb 17, 2023
1 parent 735582e commit 03db3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/gh-actions-setup-inv
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.
# 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
Expand Down

0 comments on commit 03db3c7

Please sign in to comment.