We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8d5c4 commit 8f0f813Copy full SHA for 8f0f813
1 file changed
.github/workflows/deploy-export-template.yaml
@@ -175,6 +175,7 @@ jobs:
175
176
- name: Setup Godot dependencies
177
uses: ./.github/actions/godot-deps
178
+
179
- name: Fix scons version
180
run: |
181
python -m pip install scons==4.4.0
@@ -412,6 +413,11 @@ jobs:
412
413
java-version: 11
414
runs-on: ${{ matrix.os }}
415
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
421
- name: Download release informations
422
uses: actions/download-artifact@v3
423
with:
@@ -445,7 +451,7 @@ jobs:
445
451
446
452
repository: KhronosGroup/MoltenVK
447
453
path: MoltenVk
448
- ref: v1.2.4
454
+ ref: v1.2.6
449
455
450
456
- name: Build MoltenVK
457
0 commit comments