From 25e9ea608d7d1173cfe6ce631f7fa116f5ad2c4d Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 27 Jan 2020 15:42:09 -0500 Subject: tidy --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a49454d1..95676d90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,10 +91,9 @@ jobs: pip install Shapely-1.6.3-cp27-cp27m-win32.whl pip install -r requirements.txt pip install pyinstaller==3.3.1 - - echo "before tar" + + # Just using tar -j freezes forever with no output. Heck if I know why. This seems to work. bzcat inkscape-0.92.3.tar.bz2 | tar -vxf - - echo "after tar" rm inkscape-0.92.3.tar.bz2 mv inkscape-0.92.3 inkscape -- cgit v1.2.3