From ba206ae59541029de7c1ba56d9fabdb5225c8d5c Mon Sep 17 00:00:00 2001 From: Davide Bertola Date: Sat, 14 Sep 2024 22:23:06 +0200 Subject: [PATCH] .. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a3f1137..93f2203a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,7 +285,7 @@ jobs: run: | set -euxo pipefail find test/.tmp -name '*.deb' -print0 | xargs -t -0 -I {} \ - sh -c "dpkg --fsys-tarfile {} | tar -C test/.tmp --wildcards --extract '*vmlinuz*|*config*' --file -" + sh -c "dpkg --fsys-tarfile {} | tar -C test/.tmp --wildcards --extract '*vmlinuz*' --wildcards --extract '*config*' --file -" - name: Run local integration tests if: runner.os == 'Linux'