diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-27 15:31:26 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 8af7db5789734f2251653eea2249acdbd8913a15 (patch) | |
| tree | 137a30346394c2d8370da8d83d3c2334df8074ba /.github/workflows | |
| parent | 66e8b93b478db214956e5e3dc542c6b21701222b (diff) | |
uncompress myself?
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
