From 381f13fe9c93cc6f7717f5a7ab638acc0e96f897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:26:57 +0000 Subject: [PATCH] Update release-cross.yml --- .github/workflows/release-cross.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release-cross.yml b/.github/workflows/release-cross.yml index 4c0e7218..d5bfd90c 100644 --- a/.github/workflows/release-cross.yml +++ b/.github/workflows/release-cross.yml @@ -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: