build: fix build for spirv-to-dxil

This commit is contained in:
Ronny Chan 2023-02-05 02:14:15 -05:00 committed by GitHub
parent 72c9548c7a
commit 35f5b143c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,12 @@ jobs:
uses: baptiste0928/cargo-install@bf6758885262d0e6f61089a9d8c8790d3ac3368f uses: baptiste0928/cargo-install@bf6758885262d0e6f61089a9d8c8790d3ac3368f
with: with:
crate: cargo-post crate: cargo-post
- uses: actions/setup-python@v1
name: Setup Python
with:
python-version: '3.x'
- run: pip install meson ninja
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
- name: Upload build artifacts - name: Upload build artifacts