From 70ab7d013428395213c59bdfebe2effd4765c27d Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Wed, 10 Aug 2022 21:12:05 +0200 Subject: [PATCH] CI: fix typo --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 24ce0fa..38b7022 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,7 +31,7 @@ jobs: with: profile: minimal toolchain: stable - overrideo: true + override: true target: x86_64-apple-darwin - uses: Swatinem/rust-cache@v2 - uses: actions-rs/cargo@v1