diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-27 14:14:39 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | c852904c69e09e6fc3f6f7ca5f980b233a273162 (patch) | |
| tree | 8b4aa4ce49724aa6c58e78539af9f7bbe4f21d45 /.github/workflows | |
| parent | 5b81244b7250360f953d238329e80bdbce6205f1 (diff) | |
debug windows freeze
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddfe858a..9bf67ea0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,7 +91,9 @@ jobs: pip install -r requirements.txt pip install pyinstaller==3.3.1 + echo "before tar" tar -jxf inkscape-0.92.3.tar.bz2 + echo "after tar" rm inkscape-0.92.3.tar.bz2 mv inkscape-0.92.3 inkscape |
