diff options
| author | Lukas Wirth <me@lukaswirth.dev> | 2025-06-25 08:11:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-25 08:11:28 +0000 |
| commit | d083ae8cf0e38d076f4607dbba71c5c52dd59a52 (patch) | |
| tree | 4e5ed3950d2dbdc123e2ba4e23673877f21c4e3d | |
| parent | 4e6151738400b55767dab2b086470ed784d6b556 (diff) | |
| parent | 18e008b98177e1ba3bda6038d7386858792b0a21 (diff) | |
| download | rust-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.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 |
