summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-01-27 15:42:09 -0500
committerLex Neva <github.com@lexneva.name>2020-01-29 01:29:49 -0500
commit25e9ea608d7d1173cfe6ce631f7fa116f5ad2c4d (patch)
tree65b625c4f4067d62a7757bd4343f30e2306784c2
parent8614760b743b4bde1e2e148c66c424214c5d1809 (diff)
tidy
-rw-r--r--.github/workflows/build.yml5
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