build: install mako
This commit is contained in:
parent
66a4b1a648
commit
4e9cc26093
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
name: Setup Python
|
name: Setup Python
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- run: pip install meson ninja
|
- run: pip install meson ninja mako
|
||||||
name: Install Meson for spirv-to-dxil-sys
|
name: Install Meson for spirv-to-dxil-sys
|
||||||
- name: Build dynamic library
|
- name: Build dynamic library
|
||||||
run: cargo post build --release --package librashader-capi
|
run: cargo post build --release --package librashader-capi
|
||||||
|
|
Loading…
Reference in a new issue