ci: fix windows build since spirv-to-dxil needs bison now

This commit is contained in:
chyyran 2023-07-20 01:57:03 -04:00 committed by Ronny Chan
parent f5da7d8421
commit 7fbf3e23f0

View file

@ -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