From 59d484260cea9ce1ac83ff8dfb8f3585a5b4fdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 7 Jun 2024 14:01:09 +0200 Subject: [PATCH] fixup! Update our github actions --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a8471c..4c18372 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: with: toolchain: stable components: rustfmt - profile: minimal - override: true - name: Cargo fmt run: | @@ -43,8 +41,6 @@ jobs: with: toolchain: stable components: clippy - profile: minimal - override: true - name: Clippy run: | @@ -80,8 +76,6 @@ jobs: with: toolchain: ${{ matrix.rust || 'stable' }} target: ${{ matrix.target }} - profile: minimal - override: true - name: Build Rust run: |