Fix python aarch64

This commit is contained in:
lazymio 2024-02-11 12:50:59 +08:00
parent 3b5d1dfb4c
commit 48287d0675
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 0 deletions

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 }}