Update release-cross.yml

This commit is contained in:
Thomas Schönauer
2022-10-31 17:26:57 +00:00
committed by GitHub
parent 88e43a12d6
commit 381f13fe9c

View File

@@ -21,12 +21,6 @@ jobs:
override: true
target: ${{ matrix.target }}
components: rustfmt, clippy
- uses: actions-rs/cargo@v1.0.1
name: Check format
with:
use-cross: true
command: fmt
args: --all -- --check
- uses: actions-rs/cargo@v1.0.1
name: Run clippy
with: