This commit is contained in:
恍兮惚兮 2024-06-25 13:30:11 +08:00
parent e14be77fb4
commit d23ae16f19
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Run build script
run: |
python build.py ${{ matrix.architecture }} 3.7.9
python build.py ${{ matrix.architecture }} 3.8.10
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.fname }}

View File

@ -32,7 +32,7 @@ jobs:
- name: Run build script
run: |
python build.py ${{ matrix.architecture }} 3.7.9
python build.py ${{ matrix.architecture }} 3.8.10
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.fname }}

View File

@ -29,7 +29,7 @@ include(generate_product_version)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 3)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h)