This commit is contained in:
恍兮惚兮 2024-05-01 22:45:59 +08:00
parent 419bbe0b79
commit d88721f120

View File

@ -29,6 +29,11 @@ jobs:
python-version: '3.7.9' python-version: '3.7.9'
architecture: ${{ matrix.architecture }} architecture: ${{ matrix.architecture }}
- name: Install Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Run build script - name: Run build script
run: | run: |
python build.py ${{ matrix.architecture }} python build.py ${{ matrix.architecture }}