Skip to content

Commit d0c1057

Browse files
committed
ci: call rustfmtcheck with the environment
Now it is needed since we use `objtree` etc. in the target. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent ac7ccbf commit d0c1057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ jobs:
402402
- run: make ${{ env.MAKE_ARCH }} ${{ env.MAKE_CROSS_COMPILE }} ${{ env.MAKE_TOOLCHAIN }} ${{ env.MAKE_OUTPUT }} ${{ env.MAKE_SYSROOT }} -j3 rusttest
403403

404404
# Formatting
405-
- run: make rustfmtcheck
405+
- run: make ${{ env.MAKE_ARCH }} ${{ env.MAKE_CROSS_COMPILE }} ${{ env.MAKE_TOOLCHAIN }} ${{ env.MAKE_OUTPUT }} ${{ env.MAKE_SYSROOT }} -j3 rustfmtcheck
406406

407407
# View changes to ccache
408408
- run: ccache -s

0 commit comments

Comments
 (0)