Skip to content

Commit

Permalink
ensure using bash shell in renderling-build-shaders action
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Dec 7, 2024
1 parent a984c1a commit 0e2374d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
path: ~/.cache/rust-gpu
key: 0-${{ runner.os }}
- uses: moonrepo/setup-rust@v1
- shell: bash
- run: cargo install --git https://github.com/rust-gpu/cargo-gpu cargo-gpu
- run: rm -rf crates/renderling/src/linkage/* crates/renderling/shaders
- run: cargo shaders
Expand Down

0 comments on commit 0e2374d

Please sign in to comment.