From: Jan Kiszka <[email protected]> Broken at least for the moment, and at least for i386 unneeded.
Signed-off-by: Jan Kiszka <[email protected]> --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3a9e322..38c2b66 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -49,6 +49,7 @@ jobs: if: ${{ matrix.target == 'i386' }} run: | sudo dpkg --add-architecture i386 + sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list sudo apt-get update sudo apt-get install --no-install-recommends \ autoconf-archive gcc-multilib gnu-efi libz-dev:i386 \ -- 2.35.3 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/5f6e2dba-5c5c-9c4b-4c99-7dd3d7b30d01%40siemens.com.
