diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-27 14:31:31 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | d5eded5d2bcd03c8796ceec3f72626e4562c60e2 (patch) | |
| tree | a39f5557a8dc98680683bc31912b3824e32dec00 /.github | |
| parent | f03dc00e733e52ca3de7e8f4b455e2b9f01d5650 (diff) | |
why is tar freezing?
Diffstat (limited to '.github')
| -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 cd5f0324..73ca91a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: pip install pyinstaller==3.3.1 echo "before tar" - tar -jxf inkscape-0.92.3.tar.bz2 + tar -vjxf inkscape-0.92.3.tar.bz2 echo "after tar" rm inkscape-0.92.3.tar.bz2 mv inkscape-0.92.3 inkscape |
