From c7cbaa155ea81f763ce50bd49119b8b16a61a6f1 Mon Sep 17 00:00:00 2001 From: marblenix Date: Mon, 11 Nov 2019 23:30:35 -0600 Subject: [PATCH] ci: Switch to the msvc rust toolchain (#636) --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6546a652..115d95ec 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -177,7 +177,7 @@ jobs: - x86_64-unknown-linux-gnu - x86_64-unknown-linux-musl - x86_64-apple-darwin - - x86_64-pc-windows-gnu + - x86_64-pc-windows-msvc include: - target: x86_64-unknown-linux-gnu os: ubuntu-latest @@ -188,9 +188,9 @@ jobs: - target: x86_64-apple-darwin os: macOS-latest name: starship-x86_64-apple-darwin.tar.gz - - target: x86_64-pc-windows-gnu + - target: x86_64-pc-windows-msvc os: windows-latest - name: starship-x86_64-pc-windows-gnu.zip + name: starship-x86_64-pc-windows-msvc.zip runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1