From ded21f2fcf97652a6261eea93f5fe8c28c5de033 Mon Sep 17 00:00:00 2001 From: Schell Carl Scivally Date: Wed, 8 Jan 2025 17:08:16 +1300 Subject: [PATCH] show cargo gpu commitsh --- .github/workflows/push.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 619f00b1..e444a545 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -38,6 +38,7 @@ jobs: - run: rustup default stable - run: rustup update - run: cargo install --git https://github.com/rust-gpu/cargo-gpu cargo-gpu + - run: cargo gpu show commitsh - id: cachepathstep run: | CACHE_PATH=`cargo gpu show cache-directory` @@ -70,6 +71,7 @@ jobs: ${{ needs.install-cargo-gpu.outputs.cachepath-Windows }} key: rust-gpu-cache-0-${{ runner.os }} - uses: moonrepo/setup-rust@v1 + - run: cargo gpu show commitsh - run: rm -rf crates/renderling/src/linkage/* crates/renderling/shaders - run: cargo xtask compile-shaders - run: cargo build -p renderling