From eb3d1596129f0b4c4ddc17e63dc5f908a93cf3d1 Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:17:50 +0000 Subject: [PATCH] Fix CI build break --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7b17bc9..979a851b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,7 +134,10 @@ jobs: echo "LDFLAGS=$LDFLAGS_${{ matrix.arch }}" >> $GITHUB_ENV - uses: actions/checkout@v3 - name: "Install Dependencies" - run: sudo scripts/install_xrdp_build_dependencies_with_apt.sh ${{ matrix.feature_set }} ${{ matrix.arch }} --allow-downgrades --allow-remove-essential --allow-change-held-packages + # See https://github.com/actions/runner-images/issues/7192 + run: | + echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc + sudo scripts/install_xrdp_build_dependencies_with_apt.sh ${{ matrix.feature_set }} ${{ matrix.arch }} --allow-downgrades --allow-remove-essential --allow-change-held-packages - name: Bootstrap run: ./bootstrap - name: configure