From 58211e15c484e1b5a48eef291539ae5894161453 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Mon, 13 May 2024 16:43:35 +0200 Subject: [PATCH] GHA: Remove workaround for BDDE Also don't clone the full history --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ebb732..13bb414 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,9 +239,7 @@ jobs: run: | sudo apt-get install --no-install-recommends -y binfmt-support qemu-user-static sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - git clone https://github.com/jeking3/bdde.git - # Temporary until https://github.com/jeking3/bdde/pull/4 is merged - (cd bdde && git fetch origin pull/4/head && git checkout FETCH_HEAD) + git clone --depth=1 https://github.com/jeking3/bdde.git echo "$(pwd)/bdde/bin/linux" >> ${GITHUB_PATH} echo "BDDE_DISTRO=${{ matrix.distro }}" >> ${GITHUB_ENV} echo "BDDE_EDITION=${{ matrix.edition }}" >> ${GITHUB_ENV}