Skip to content

Commit e10f621

Browse files
committed
CI: Simplify backend-lint job
CI is already using the `minimal` profile by default and the `rustup update` call seems to be unnecessary
1 parent 9f84032 commit e10f621

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,7 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v2
7676

77-
- name: Install Rust
78-
run: |
79-
rustup set profile minimal
80-
rustup update 1.56.0
81-
rustup default 1.56.0
82-
77+
- run: rustup default 1.56.0
8378
- run: rustup component add rustfmt
8479
- run: rustup component add clippy
8580

0 commit comments

Comments
 (0)