Skip to content

Commit 46fc0bf

Browse files
committed
CI/Backend: Simplify Rust version installation
1 parent b992bb5 commit 46fc0bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci-backend.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v3.1.0
6060

61-
- name: Install Rust
62-
run: |
63-
rustup update ${{ env.RUST_VERSION }}
64-
rustup default ${{ env.RUST_VERSION }}
61+
- run: rustup default ${{ env.RUST_VERSION }}
6562

6663
- uses: Swatinem/rust-cache@v2.2.0
6764

0 commit comments

Comments
 (0)