Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #19921 from ShoyuVanilla/ci-retry
ci: Pin `cargo-workspaces` version to `0.3.6`, again
| -rw-r--r-- | .github/workflows/autopublish.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish-libs.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/autopublish.yaml b/.github/workflows/autopublish.yaml index 788b3a3a00..6e2be7fd3d 100644 --- a/.github/workflows/autopublish.yaml +++ b/.github/workflows/autopublish.yaml @@ -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: diff --git a/.github/workflows/publish-libs.yaml b/.github/workflows/publish-libs.yaml index 93ae5675a7..f2c8b6365b 100644 --- a/.github/workflows/publish-libs.yaml +++ b/.github/workflows/publish-libs.yaml @@ -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: |