Fix python aarch64

This commit is contained in:
2024-02-11 12:50:59 +08:00
parent 3b5d1dfb4c
commit 48287d0675

View File

@@ -73,6 +73,7 @@ jobs:
- uses: actions/checkout@v2
- name: '🛠️ Set up Python'
if: ${{ !contains(matrix.config.os, 'macos-14') }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.config.python-ver }}