From bdd804f88ba82d3ece4bc68b8cd7d91834e15330 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 27 Sep 2022 20:55:20 +0200 Subject: [PATCH] lets try without cross.. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1100277..8caa486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,9 @@ jobs: override: true - uses: actions-rs/cargo@v1 with: - use-cross: true command: check - uses: actions-rs/cargo@v1 with: - use-cross: true command: check args: --examples @@ -54,7 +52,6 @@ jobs: - run: rustup component add clippy - uses: actions-rs/cargo@v1 with: - use-cross: true command: clippy args: -- -D warnings