We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustfmtcheck
1 parent ac7ccbf commit d0c1057Copy full SHA for d0c1057
.github/workflows/ci.yaml
@@ -402,7 +402,7 @@ jobs:
402
- run: make ${{ env.MAKE_ARCH }} ${{ env.MAKE_CROSS_COMPILE }} ${{ env.MAKE_TOOLCHAIN }} ${{ env.MAKE_OUTPUT }} ${{ env.MAKE_SYSROOT }} -j3 rusttest
403
404
# Formatting
405
- - run: make rustfmtcheck
+ - run: make ${{ env.MAKE_ARCH }} ${{ env.MAKE_CROSS_COMPILE }} ${{ env.MAKE_TOOLCHAIN }} ${{ env.MAKE_OUTPUT }} ${{ env.MAKE_SYSROOT }} -j3 rustfmtcheck
406
407
# View changes to ccache
408
- run: ccache -s
0 commit comments