File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,8 @@ jobs:
315315 - name : Install toolchain
316316 uses : moonrepo/setup-rust@v1
317317 with :
318+ components : rustfmt
319+ bins : taplo-cli
318320 cache-base : main
319321 env :
320322 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -327,12 +329,6 @@ jobs:
327329 run : command -v tree-sitter || cargo install tree-sitter-cli
328330 - name : Ensure RustFMT on nightly toolchain
329331 run : rustup component add rustfmt --toolchain nightly
330- - name : echo toolchain
331- run : rustup show
332- - name : Run the analyser codegen
333- run : cargo run -p xtask_codegen -- analyser
334- - name : Run the configuration codegen
335- run : cargo run -p xtask_codegen -- configuration
336332 - name : Setup Bun
337333 uses : oven-sh/setup-bun@v2
338334 with :
You can’t perform that action at this time.
0 commit comments