Try overriding rust-toolchain

This commit is contained in:
Anthony MOI
2020-02-25 17:51:45 -05:00
parent b48280142e
commit 866cff169a

View File

@ -40,6 +40,11 @@ jobs:
toolchain: nightly-i686-pc-windows-msvc
override: true
- name: Override toolchain
shell: bash
working-directory: ./bindings/python
run: echo "nightly-i686-pc-windows-msvc" > rust-toolchain
- name: Install Python
uses: actions/setup-python@v1
with: