diff options
| author | Shoyu Vanilla <modulo641@gmail.com> | 2025-06-24 22:24:46 +0900 |
|---|---|---|
| committer | Shoyu Vanilla <modulo641@gmail.com> | 2025-06-24 23:10:52 +0900 |
| commit | 18e008b98177e1ba3bda6038d7386858792b0a21 (patch) | |
| tree | 5a67c31d7572fa73c33e60d2c49bebbc41c3c562 | |
| parent | 0b648f81afd678be9bda1f8b7a7c48728e7fe603 (diff) | |
| download | rust-18e008b98177e1ba3bda6038d7386858792b0a21.tar.gz rust-18e008b98177e1ba3bda6038d7386858792b0a21.zip | |
ci: Fix cancel parallel jobs on windows
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/ci.yaml | 4 |
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 |
