0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00

修复构建

This commit is contained in:
firedcto@gmail.com 2024-11-14 07:55:49 +08:00
parent d7298ab00f
commit 08b800926f

View File

@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11' # Use the version of Python you need
python-version: '3.12' # Use the version of Python you need
- name: Install Dependencies
run: |