We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516dec9 commit fa90782Copy full SHA for fa90782
1 file changed
.github/workflows/builds.yml
@@ -249,7 +249,7 @@ jobs:
249
# Template testing
250
# - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.0 -y
251
# - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
252
- # - run: rustup component add rustfmt
+ - run: rustup component add rustfmt
253
# - run: rustup component add clippy
254
# - name: Build for template testing
255
# run: |
0 commit comments