wasi-nn CI: use the same nightly as rest of file
in particular, this 2020-08-25 fails to build `posish 0.5.9` which is a dep in PR #2487. But there's no reason for this to be lagging behind...
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -345,7 +345,7 @@ jobs:
|
||||
submodules: true
|
||||
- uses: ./.github/actions/install-rust
|
||||
with:
|
||||
toolchain: nightly-2020-08-25
|
||||
toolchain: nightly-2020-11-29
|
||||
- run: rustup target add wasm32-wasi
|
||||
- uses: ./.github/actions/install-openvino
|
||||
- run: ./ci/run-wasi-nn-example.sh
|
||||
|
||||
Reference in New Issue
Block a user