summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authormarblenix <marblenix@users.noreply.github.com>2019-11-11 23:30:35 -0600
committerMatan Kushner <hello@matchai.me>2019-11-12 14:30:35 +0900
commitc7cbaa155ea81f763ce50bd49119b8b16a61a6f1 (patch)
treecf9411ab23456c9b9081d13005efade560cb90d5 /.github
parentcd6cba1e5291201eb45362d119bd596b77688265 (diff)
ci: Switch to the msvc rust toolchain (#636)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 6546a6522..115d95eca 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