about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <me@lukaswirth.dev>2025-06-25 08:11:28 +0000
committerGitHub <noreply@github.com>2025-06-25 08:11:28 +0000
commitd083ae8cf0e38d076f4607dbba71c5c52dd59a52 (patch)
tree4e5ed3950d2dbdc123e2ba4e23673877f21c4e3d
parent4e6151738400b55767dab2b086470ed784d6b556 (diff)
parent18e008b98177e1ba3bda6038d7386858792b0a21 (diff)
downloadrust-d083ae8cf0e38d076f4607dbba71c5c52dd59a52.tar.gz
rust-d083ae8cf0e38d076f4607dbba71c5c52dd59a52.zip
Merge pull request #20084 from ShoyuVanilla/fix-windows-cancel-par
ci:  Fix cancel parallel jobs on windows
-rw-r--r--src/tools/rust-analyzer/.github/workflows/ci.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/ci.yaml b/src/tools/rust-analyzer/.github/workflows/ci.yaml
index 79fb7a2d2ea..67c13a556fb 100644
--- a/src/tools/rust-analyzer/.github/workflows/ci.yaml
+++ b/src/tools/rust-analyzer/.github/workflows/ci.yaml
@@ -17,6 +17,10 @@ env:
   RUST_BACKTRACE: short
   RUSTUP_MAX_RETRIES: 10
 
+defaults:
+  run:
+    shell: bash
+
 jobs:
   changes:
     runs-on: ubuntu-latest