From b7e107f76360758602593ccb3432058b5999250a Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Wed, 27 Oct 2021 22:46:25 +0800 Subject: [PATCH] Bump toolchain Signed-off-by: Chojan Shang --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c588c236422..1e147fcc9f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,7 +74,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2021-07-09 + toolchain: nightly-2021-10-24 override: true - uses: Swatinem/rust-cache@v1 - name: Install Miri @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2021-07-09 + toolchain: nightly-2021-10-24 override: true - uses: Swatinem/rust-cache@v1 - name: Install Miri @@ -112,6 +112,8 @@ jobs: - uses: actions/checkout@v2 with: submodules: true + - name: Install Rust + run: rustup update stable - name: Setup parquet files run: | apt update && apt install python3-pip python3-venv -y -q