From e5a8a167f5bab9321f77ddef30b2e675423268a0 Mon Sep 17 00:00:00 2001 From: Aaron Roney Date: Wed, 20 Dec 2023 21:59:01 -0800 Subject: [PATCH] Fix build. --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8c2688..d33112b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,6 @@ jobs: target key: test - uses: actions-rs/toolchain@v1 - with: - override: true - uses: actions-rs/cargo@v1 with: command: test @@ -44,8 +42,6 @@ jobs: target key: codecov - uses: actions-rs/toolchain@v1 - with: - override: true - name: Install tarpaulin run: cargo install cargo-tarpaulin continue-on-error: true @@ -71,7 +67,6 @@ jobs: - uses: actions-rs/toolchain@v1 with: target: x86_64-pc-windows-gnu - override: true - uses: actions-rs/cargo@v1 with: command: build @@ -100,7 +95,6 @@ jobs: - uses: actions-rs/toolchain@v1 with: target: x86_64-unknown-linux-gnu - override: true - uses: actions-rs/cargo@v1 with: command: build @@ -128,7 +122,6 @@ jobs: - uses: actions-rs/toolchain@v1 with: target: aarch64-apple-darwin - override: true - uses: actions-rs/cargo@v1 with: command: build