Skip to content

Commit

Permalink
second try at bash
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Dec 7, 2024
1 parent 0e2374d commit 576715b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
shell: bash
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v4
with:
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 576715b

Please sign in to comment.