mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
03.04.2023 8e5a2da13fac479fbc06afa8ce42939fb79efe5f
FIX build with Installation failure for grub-efi-amd64-signed on ubuntu-latest

https://github.com/actions/runner-images/issues/7192
3 files modified
6 ■■■■■ changed files
.github/workflows/build.yml 2 ●●●●● patch | view | raw | blame | history
.github/workflows/deploy.yml 2 ●●●●● patch | view | raw | blame | history
.github/workflows/release.yml 2 ●●●●● patch | view | raw | blame | history
.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:
.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:
.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: