mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Try overriding rust-toolchain
This commit is contained in:
5
.github/workflows/python-release.yml
vendored
5
.github/workflows/python-release.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user