build: fix python 3.11

This commit is contained in:
chyyran 2023-11-29 01:51:29 -05:00 committed by Ronny Chan
parent 25bf4904e1
commit 43c0f3d676

View file

@ -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: