From 1af7659a4d7f475d67ce99535512a5ee7cf5b261 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Fri, 29 Jan 2021 17:59:37 -0800 Subject: [PATCH] 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... --- .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