Skip to content

Commit

Permalink
build: fix python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Nov 29, 2023
1 parent 0c3c979 commit eb9a8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -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:
Expand Down

0 comments on commit eb9a8d4

Please sign in to comment.