diff options
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 |
