From 8e5a2da13fac479fbc06afa8ce42939fb79efe5f Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Fri, 03 Mar 2023 18:04:49 +0000
Subject: [PATCH] FIX build with Installation failure for grub-efi-amd64-signed on ubuntu-latest
---
.github/workflows/deploy.yml | 2 ++
.github/workflows/release.yml | 2 ++
.github/workflows/build.yml | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a65d9cd..4f65daf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,6 +19,8 @@
run: |
set -x -u -o pipefail
source /etc/os-release
+ # https://github.com/actions/runner-images/issues/7192
+ echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates
# Get rid of packages installed from ppa:ondrej/php so that we will be able to install wine32:i386 without conflicts
# (see issue https://github.com/actions/virtual-environments/issues/4589)
# In detail we:
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index acd16e7..cfd1bfb 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -20,6 +20,8 @@
run: |
set -x -u -o pipefail
source /etc/os-release
+ # https://github.com/actions/runner-images/issues/7192
+ echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates
# Get rid of packages installed from ppa:ondrej/php so that we will be able to install wine32:i386 without conflicts
# (see issue https://github.com/actions/virtual-environments/issues/4589)
# In detail we:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b7d8ed1..2db7f9c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -24,6 +24,8 @@
run: |
set -x -u -o pipefail
source /etc/os-release
+ # https://github.com/actions/runner-images/issues/7192
+ echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updatess
# Get rid of packages installed from ppa:ondrej/php so that we will be able to install wine32:i386 without conflicts
# (see issue https://github.com/actions/virtual-environments/issues/4589)
# In detail we:
--
Gitblit v1.10.0