From 498ff53463fe370f2ed1ea7a7eb1d02d5e7ef964 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 29 Mar 2021 15:09:35 +0200 Subject: ci: Split 32/64bit pyinstaller envs --- .github/workflows/bleeding.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml index 1544a3bc2..f3c55a287 100644 --- a/.github/workflows/bleeding.yml +++ b/.github/workflows/bleeding.yml @@ -38,6 +38,9 @@ jobs: include: - os: macos-10.15 - os: windows-2019 + args: --64bit + - os: windows-2019 + args: --32bit runs-on: "${{ matrix.os }}" timeout-minutes: 30 steps: @@ -59,7 +62,7 @@ jobs: python -m pip install -U pip python -m pip install -U -r misc/requirements/requirements-tox.txt - name: Run tox - run: tox -e build-release -- --asciidoc ../asciidoc/asciidoc.py --gh-token "${{ secrets.GITHUB_TOKEN }}" + run: "tox -e build-release -- --asciidoc ../asciidoc/asciidoc.py --gh-token ${{ secrets.GITHUB_TOKEN }} ${{ matrix.args }}" irc: timeout-minutes: 2 -- cgit v1.2.3-54-g00ecf