From 27e9cbacc52247c4385ac4df7f91b22a8b488491 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 30 Dec 2021 08:18:09 +0100 Subject: [PATCH] ci: fix step 'Show package content' --- .github/workflows/Test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 9f04311..b25acb8 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -196,7 +196,8 @@ jobs: run: | mkdir tmp cd tmp - tar -xf ../scripts/msys2/*.zst + zstd -d ../scripts/msys2/*.zst + tar -xf ../scripts/msys2/*.tar tree .