Skip to content

Commit 4fbec6e

Browse files
???
1 parent 827d75c commit 4fbec6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,11 @@ jobs:
220220
uses: moonrepo/setup-rust@v1
221221
with:
222222
cache-base: main
223+
components: rustfmt
223224
env:
224225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226+
- name: echo toolchain
227+
run: rustup show
225228
- name: Run the analyser codegen
226229
run: cargo run -p xtask_codegen -- analyser
227230
- name: Run the configuration codegen

0 commit comments

Comments
 (0)