mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 18:57:04 +00:00
Merge pull request #19921 from ShoyuVanilla/ci-retry
ci: Pin `cargo-workspaces` version to `0.3.6`, again
This commit is contained in:
commit
59c1cc48a1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/autopublish.yaml
vendored
2
.github/workflows/autopublish.yaml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: rustup update --no-self-update stable
|
||||
|
||||
- name: Install cargo-workspaces
|
||||
run: cargo install cargo-workspaces
|
||||
run: cargo install cargo-workspaces --version "0.3.6"
|
||||
|
||||
- name: Publish Crates
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/publish-libs.yaml
vendored
2
.github/workflows/publish-libs.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: rustup update --no-self-update stable
|
||||
|
||||
- name: Install cargo-workspaces
|
||||
run: cargo install cargo-workspaces
|
||||
run: cargo install cargo-workspaces --version "0.3.6"
|
||||
|
||||
- name: Publish Crates
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue