mirror of https://github.com/kivy/pyjnius.git
Use specified `architecture` for CI tests instead of guessing it on `setup-python` (#725)
This commit is contained in:
parent
3e66813dd4
commit
17563c6f7a
|
@ -68,6 +68,7 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
architecture: ${{ matrix.architecture == 'aarch64' && 'arm64' || matrix.architecture }}
|
||||
|
||||
- name: Setup java
|
||||
uses: actions/setup-java@v4
|
||||
|
|
Loading…
Reference in New Issue