From 0e2374d02583bceba37f6b487cd7a469773180d7 Mon Sep 17 00:00:00 2001 From: Schell Carl Scivally Date: Sun, 8 Dec 2024 08:16:16 +1300 Subject: [PATCH] ensure using bash shell in renderling-build-shaders action --- .github/workflows/push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 610d402e..bf34cae4 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -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