diff --git a/.github/workflows/build-test-all.yml b/.github/workflows/build-test-all.yml index f298d315..311ba017 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