Skip to content

Commit

Permalink
ci: fixup windows tag builder
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Feb 3, 2020
1 parent b21e5fe commit 765184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [vs2017-win2016]
rust_toolchain: [stable]
rust_toolchain: [x86_64-pc-windows-msvc]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 765184e

Please sign in to comment.