diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 00f299ff1828..76e0465ff0ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,6 +59,7 @@ jobs: toolchain: stable profile: minimal override: true + target: x86_64-unknown-linux-musl components: rustfmt, rust-src - if: matrix.os == 'ubuntu-latest'