Skip to content

Commit 8f0f813

Browse files
authored
fix(CI): temporary fix python version for MoltenVK (#553)
1 parent ab8d5c4 commit 8f0f813

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/deploy-export-template.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175

176176
- name: Setup Godot dependencies
177177
uses: ./.github/actions/godot-deps
178+
178179
- name: Fix scons version
179180
run: |
180181
python -m pip install scons==4.4.0
@@ -412,6 +413,11 @@ jobs:
412413
java-version: 11
413414
runs-on: ${{ matrix.os }}
414415
steps:
416+
# To be removed when https://github.com/KhronosGroup/glslang/pull/3394 is used by MoltenVK repo.
417+
- uses: actions/setup-python@v4
418+
with:
419+
python-version: '3.11'
420+
415421
- name: Download release informations
416422
uses: actions/download-artifact@v3
417423
with:
@@ -445,7 +451,7 @@ jobs:
445451
with:
446452
repository: KhronosGroup/MoltenVK
447453
path: MoltenVk
448-
ref: v1.2.4
454+
ref: v1.2.6
449455

450456
- name: Build MoltenVK
451457
run: |

0 commit comments

Comments
 (0)