Skip to content

Commit 6ce14d5

Browse files
hohaliel
andcommitted
Fix: GitHub actions failed on Ubuntu due to Grub
Errors were encountered while processing: grub-efi-amd64-signed needrestart is being skipped since dpkg has failed Co-authored-by: Ali El broudi <[email protected]>
1 parent 6693c8a commit 6ce14d5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15+
- name: Workaround github issue https://github.com/actions/runner-images/issues/7192
16+
if: startsWith(matrix.os, 'ubuntu-')
17+
run: sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc
18+
1519
- name: Install required system packages for macOS
1620
if: startsWith(matrix.os, 'macos-')
1721
run: |

.github/workflows/code-quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111

12+
- name: Workaround github issue https://github.com/actions/runner-images/issues/7192
13+
run: sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc
14+
1215
- name: Install required system packages only for Ubuntu Linux
1316
run: |
1417
sudo apt-get update

0 commit comments

Comments
 (0)