Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/publish.yml')
-rw-r--r--.github/workflows/publish.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index e4892dccf4..7020726165 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -20,16 +20,10 @@ jobs:
fetch-depth: 0
- name: Install Rust toolchain
- uses: actions-rs/toolchain@v1
- with:
- toolchain: stable
- profile: minimal
- override: true
+ run: rustup update stable
- name: Install cargo-workspaces
- uses: actions-rs/[email protected]
- with:
- crate: cargo-workspaces
+ run: cargo install cargo-workspaces
- name: Release
env: