Skip to content

Commit

Permalink
fix(CI): temporary fix python version for MoltenVK (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
piiertho authored Dec 27, 2023
1 parent ab8d5c4 commit 8f0f813
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy-export-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:

- name: Setup Godot dependencies
uses: ./.github/actions/godot-deps

- name: Fix scons version
run: |
python -m pip install scons==4.4.0
Expand Down Expand Up @@ -412,6 +413,11 @@ jobs:
java-version: 11
runs-on: ${{ matrix.os }}
steps:
# To be removed when https://github.com/KhronosGroup/glslang/pull/3394 is used by MoltenVK repo.
- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Download release informations
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -445,7 +451,7 @@ jobs:
with:
repository: KhronosGroup/MoltenVK
path: MoltenVk
ref: v1.2.4
ref: v1.2.6

- name: Build MoltenVK
run: |
Expand Down

0 comments on commit 8f0f813

Please sign in to comment.