summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-01-27 15:31:26 -0500
committerLex Neva <github.com@lexneva.name>2020-01-29 01:29:49 -0500
commit8af7db5789734f2251653eea2249acdbd8913a15 (patch)
tree137a30346394c2d8370da8d83d3c2334df8074ba /.github/workflows
parent66e8b93b478db214956e5e3dc542c6b21701222b (diff)
uncompress myself?
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cd4af0dd..2b45ee70 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
pip install pyinstaller==3.3.1
echo "before tar"
- tar -vjxf inkscape-0.92.3.tar.bz2
+ 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