Use older nightly on windows for now

This commit is contained in:
Anthony MOI
2020-05-21 09:11:50 -04:00
parent 8cb4ca72b6
commit b98e330418
2 changed files with 2 additions and 12 deletions

View File

@ -37,14 +37,9 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-i686-pc-windows-msvc
toolchain: nightly-2020-05-18-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:

View File

@ -44,14 +44,9 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-i686-pc-windows-msvc
toolchain: nightly-2020-05-18-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: