build: fix python 3.11
This commit is contained in:
parent
25bf4904e1
commit
43c0f3d676
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -27,9 +27,9 @@ jobs:
|
|||
toolchain: nightly
|
||||
override: true
|
||||
- uses: actions/setup-python@v1
|
||||
name: Setup Python
|
||||
name: Setup Python 3.11
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.11.6'
|
||||
- name: Install Vulkan SDK
|
||||
uses: humbletim/install-vulkan-sdk@v1.1.1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue