Skip to content

Commit

Permalink
Add space between targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 committed Feb 11, 2024
1 parent eb79b99 commit 14aa080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14aa080

Please sign in to comment.