Skip to content

Commit

Permalink
GHA: Remove workaround for BDDE
Browse files Browse the repository at this point in the history
Also don't clone the full history
  • Loading branch information
Flamefire committed May 14, 2024
1 parent 9afe200 commit 58211e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 58211e1

Please sign in to comment.