specify architecture on setup

This commit is contained in:
Mikhail Koliada 2022-01-14 19:56:43 +03:00
parent 41f641758a
commit 3beea61c1f

View File

@ -131,6 +131,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ env.VERSION }}
architecture: ${{ matrix.arch }}
- name: Verbose sysconfig dump
if: runner.os == 'Linux' || runner.os == 'macOS'