Skip to content

Commit

Permalink
Merge pull request #1757 from namark/gha-upgrade-grub-issue
Browse files Browse the repository at this point in the history
Workaround for GHA Ubuntu 20.04 grub-efi-amd64-signed package issue.
  • Loading branch information
digisomni authored Oct 9, 2023
2 parents 7440175 + d6ee27d commit 4e1251a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
echo "Installing Python Modules:"
pip3 install distro || exit 1
# workaround https://github.com/orgs/community/discussions/47863
sudo apt-mark hold grub-efi-amd64-signed
echo "Updating apt repository index"
sudo apt update || exit 1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
echo "Installing Python Modules:"
pip3 install distro || exit 1
# workaround https://github.com/orgs/community/discussions/47863
sudo apt-mark hold grub-efi-amd64-signed
echo "Updating apt repository index"
sudo apt update || exit 1
Expand Down

0 comments on commit 4e1251a

Please sign in to comment.