From fe923c998c809664364e45bb685e9e4f6931cb11 Mon Sep 17 00:00:00 2001 From: Lukas Scheller Date: Sun, 11 Feb 2024 18:56:49 +0100 Subject: [PATCH] Maybe without comma? --- .github/workflows/build-test-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-all.yml b/.github/workflows/build-test-all.yml index 311ba017..b3974ea0 100644 --- a/.github/workflows/build-test-all.yml +++ b/.github/workflows/build-test-all.yml @@ -51,7 +51,7 @@ jobs: profile: minimal toolchain: ${{ matrix.rust }} override: true - target: x86_64-unknown-linux-musl, aarch64-apple-darwin + target: x86_64-unknown-linux-musl aarch64-apple-darwin components: rustfmt, clippy - uses: awalsh128/cache-apt-pkgs-action@v1