ci: fix windows build since spirv-to-dxil needs bison now
This commit is contained in:
parent
f5da7d8421
commit
7fbf3e23f0
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -38,6 +38,9 @@ jobs:
|
|||
python-version: '3.x'
|
||||
- run: pip install meson ninja mako
|
||||
name: Install Meson for spirv-to-dxil-sys
|
||||
- if: runner.os == 'Windows'
|
||||
name: Install winflexbison
|
||||
run: choco install winflexbison3
|
||||
- name: Build dynamic library
|
||||
run: cargo run -p librashader-build-script -- --profile ${{ matrix.profile }}
|
||||
- name: Upload build artifacts
|
||||
|
|
Loading…
Reference in a new issue