build: upgrade python first
This commit is contained in:
parent
6e071138dc
commit
7ce02014d4
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -26,16 +26,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
|
- uses: actions/setup-python@v1
|
||||||
|
name: Setup Python
|
||||||
|
with:
|
||||||
|
python-version: '3.x'
|
||||||
- name: Setup Vulkan SDK
|
- name: Setup Vulkan SDK
|
||||||
uses: humbletim/setup-vulkan-sdk@v1.2.0
|
uses: humbletim/setup-vulkan-sdk@v1.2.0
|
||||||
with:
|
with:
|
||||||
vulkan-query-version: latest
|
vulkan-query-version: latest
|
||||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Cross, SPIRV-Headers, SPIRV-Reflect, SPIRV-Tools, Glslang
|
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Cross, SPIRV-Headers, SPIRV-Reflect, SPIRV-Tools, Glslang
|
||||||
vulkan-use-cache: true
|
vulkan-use-cache: true
|
||||||
- uses: actions/setup-python@v1
|
|
||||||
name: Setup Python
|
|
||||||
with:
|
|
||||||
python-version: '3.x'
|
|
||||||
- run: pip install meson ninja mako
|
- run: pip install meson ninja mako
|
||||||
name: Install Meson for spirv-to-dxil-sys
|
name: Install Meson for spirv-to-dxil-sys
|
||||||
# - if: runner.os == 'Windows'
|
# - if: runner.os == 'Windows'
|
||||||
|
|
Loading…
Reference in a new issue