Fix CI for windows 32-bit

This commit is contained in:
Anthony MOI
2020-05-21 19:26:05 -04:00
parent 400d9545fd
commit f8f5cafccd
2 changed files with 11 additions and 0 deletions

View File

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