mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Update rust toolchain for now
This commit is contained in:
2
.github/workflows/python-release.yml
vendored
2
.github/workflows/python-release.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly-2020-05-18
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2019-11-01 -y
|
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-05-18 -y
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
for PYBIN in /opt/python/{cp35-cp35m,cp36-cp36m,cp37-cp37m,cp38-cp38}/bin; do
|
for PYBIN in /opt/python/{cp35-cp35m,cp36-cp36m,cp37-cp37m,cp38-cp38}/bin; do
|
||||||
|
@ -1 +1 @@
|
|||||||
nightly
|
nightly-2020-05-18
|
||||||
|
Reference in New Issue
Block a user