diff options
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files 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 |
