build: update spirv-to-dxil-sys to reduce mesa build reqs
This commit is contained in:
parent
7fbf3e23f0
commit
6e071138dc
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -38,9 +38,9 @@ jobs:
|
||||||
python-version: '3.x'
|
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'
|
||||||
name: Install winflexbison
|
# name: Install winflexbison
|
||||||
run: choco install winflexbison3
|
# run: choco install winflexbison3
|
||||||
- name: Build dynamic library
|
- name: Build dynamic library
|
||||||
run: cargo run -p librashader-build-script -- --profile ${{ matrix.profile }}
|
run: cargo run -p librashader-build-script -- --profile ${{ matrix.profile }}
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
|
|
746
Cargo.lock
generated
746
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue