Skip to content

Commit a97a531

Browse files
committed
Merge remote-tracking branch 'origin/dev' into refactor-address-to-string-conversion
2 parents a9d1b6b + 73e9534 commit a97a531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fmt-and-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install toolchain
2020
run: |
21-
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal --component rustfmt clippy
21+
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal --component rustfmt,clippy
2222
rustup default nightly-2023-06-01
2323
2424
- name: Install build deps

0 commit comments

Comments
 (0)