Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #20084 from ShoyuVanilla/fix-windows-cancel-par
ci: Fix cancel parallel jobs on windows
Lukas Wirth 10 months ago
parent c3fc95a · parent dfd2c0e · commit 3eb4925
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 79fb7a2d2e..67c13a556f 100644
--- a/.github/workflows/ci.yaml
+++ b/.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