mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
419bbe0b79
commit
d88721f120
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -29,6 +29,11 @@ jobs:
|
||||
python-version: '3.7.9'
|
||||
architecture: ${{ matrix.architecture }}
|
||||
|
||||
- name: Install Python 3.11
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Run build script
|
||||
run: |
|
||||
python build.py ${{ matrix.architecture }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user