mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Fix CI for windows 32-bit
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-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:
|
||||
|
6
.github/workflows/python.yml
vendored
6
.github/workflows/python.yml
vendored
@ -47,6 +47,12 @@ 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:
|
||||
|
Reference in New Issue
Block a user