From 9bb5ee4c312f6745d6453706ce12412037ecf8da Mon Sep 17 00:00:00 2001 From: veetaha Date: Sat, 25 Apr 2020 21:22:53 +0300 Subject: [PATCH] Use the same toolchain target in ci worflow as in release workflow --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) 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'