Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/publish.yml')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 7020726165..927996c1be 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Install Rust toolchain
- run: rustup update stable
+ run: rustup update --no-self-update stable
- name: Install cargo-workspaces
run: cargo install cargo-workspaces