Skip to content

Commit

Permalink
Fix grub-efi install failures
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar committed Oct 6, 2023
1 parent 128be25 commit f19c28c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- uses: actions/checkout@v4.1.0

- name: Install deps
# https://github.com/actions/runner-images/issues/7192
run: |
echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates
sudo apt-get update --fix-missing
sudo apt-get upgrade
sudo apt install cppcheck
Expand Down

0 comments on commit f19c28c

Please sign in to comment.