Skip to content

Commit f19c28c

Browse files
committed
Fix grub-efi install failures
See: actions/runner-images#7192
1 parent 128be25 commit f19c28c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cppcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- uses: actions/checkout@v4.1.0
2626

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

0 commit comments

Comments
 (0)