From: Jan Kiszka <[email protected]> This reverts commit 67a9fe98318ee0471ae0f07597f9bed4cf75c82d. Fixed at Ubuntu by now, even broken without it.
Signed-off-by: Jan Kiszka <[email protected]> --- It built yesterday, I swear... Fortunately nothing affecting the released code directly. .github/workflows/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 11a3194..2cce035 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -49,7 +49,6 @@ 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 \ -- 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/507ea3c7-633f-4b9b-9810-6cfd9cbb6113%40siemens.com.
