Skip to content

Commit

Permalink
build: try explicit pip mako install
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Nov 29, 2023
1 parent fdc4f77 commit 0c1c0fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -35,15 +35,15 @@ jobs:
with:
version: latest
cache: true
# - run: pip install meson ninja mako
# name: Install Meson for spirv-to-dxil-sys
- run: python -m pip install meson ninja mako
name: Install Meson for spirv-to-dxil-sys
- run: python -m pip show 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: |
pip install meson ninja mako
cargo run -p librashader-build-script -- --profile ${{ matrix.profile }}
run: cargo run -p librashader-build-script -- --profile ${{ matrix.profile }}
- name: Upload build artifacts
uses: actions/upload-artifact@v3.1.2
with:
Expand Down

0 comments on commit 0c1c0fc

Please sign in to comment.