From 38408820ca23a6b6fa9a493d23364bd3620775c1 Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 28 Oct 2023 12:52:25 +0200 Subject: [PATCH] Update the release workflow. --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9272a53..0bf6e487 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: mingw-w64-i686-wxWidgets mingw-w64-i686-zlib mingw-w64-i686-nsis + mingw-w64-i686-python zip vim - uses: actions/checkout@v3 @@ -42,7 +43,7 @@ jobs: - name: build run: | - make -j2 + MAGICK_TIME_LIMIT=100 make -j`nproc` - name: nsis run: |