From b04d566b838d110af1d9743d63586651ff1cc953 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 3 Nov 2025 15:41:08 +0100 Subject: [PATCH] CI updates --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ae190d0..3297e8a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: rm -rf ./*.deb ./packages && ldconfig # install upx-stubtools curl -sS -L https://github.com/upx/upx-stubtools/releases/download/v20221212/bin-upx-20221212.tar.xz | tar -xJ + - run: dpkg -l - name: Check out code run: | git config --global --add safe.directory '*' # needed when running in a container