Skip to content

Commit

Permalink
use xtask to compile shaders on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Dec 28, 2024
1 parent f3e7450 commit afd1833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
key: rust-gpu-cache-0-${{ runner.os }}
- uses: moonrepo/setup-rust@v1
- run: rm -rf crates/renderling/src/linkage/* crates/renderling/shaders
- run: cargo shaders
- run: cargo xtask compile-shaders
- run: cargo build -p renderling
- run: git diff --exit-code --no-ext-diff

Expand Down

0 comments on commit afd1833

Please sign in to comment.