mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-31 12:39:21 +00:00
Use older nightly on windows for now
This commit is contained in:
7
.github/workflows/python-release.yml
vendored
7
.github/workflows/python-release.yml
vendored
@ -37,14 +37,9 @@ jobs:
|
|||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-i686-pc-windows-msvc
|
toolchain: nightly-2020-05-18-i686-pc-windows-msvc
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Override toolchain
|
|
||||||
shell: bash
|
|
||||||
working-directory: ./bindings/python
|
|
||||||
run: echo "nightly-i686-pc-windows-msvc" > rust-toolchain
|
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
7
.github/workflows/python.yml
vendored
7
.github/workflows/python.yml
vendored
@ -44,14 +44,9 @@ jobs:
|
|||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-i686-pc-windows-msvc
|
toolchain: nightly-2020-05-18-i686-pc-windows-msvc
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Override toolchain
|
|
||||||
shell: bash
|
|
||||||
working-directory: ./bindings/python
|
|
||||||
run: echo "nightly-i686-pc-windows-msvc" > rust-toolchain
|
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user