Skip to content

Commit dcb0617

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 8ab929a commit dcb0617

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,8 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v2
7676

77-
- name: Install Rust
78-
run: |
79-
rustup set profile minimal
80-
# Pin to older version until a clippy regression is fixed
81-
rustup update 1.54.0
82-
rustup default 1.54.0
83-
77+
# Pin to older version until a clippy regression is fixed
78+
- run: rustup default 1.54.0
8479
- run: rustup component add rustfmt
8580
- run: rustup component add clippy
8681

0 commit comments

Comments
 (0)