From 59463fbabab5454b856e468b1b532f508b6260a9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 13 Dec 2021 00:04:09 +0100 Subject: [PATCH] try without use-cross in CI --- .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