From 23b8c6be79e002d4ee4099c684a60c8bae3ad46e Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Mon, 1 Feb 2021 08:22:59 -0800 Subject: [PATCH] wasi-nn CI: use the same nightly as rest of file (#2624) 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... --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ce263c5cb..e8ebbddc0e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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