Skip to content

Commit

Permalink
Fix CI issue with grub-efi
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Mar 6, 2023
1 parent f1486c7 commit ef24013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install package (ubuntu-latest)
if: matrix.os == 'ubuntu-latest'
run: |
echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y protobuf-compiler libprotobuf-dev
Expand Down

0 comments on commit ef24013

Please sign in to comment.