From c852904c69e09e6fc3f6f7ca5f980b233a273162 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 27 Jan 2020 14:14:39 -0500 Subject: debug windows freeze --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3