From 3fa313a575f6fd76b0d1c9bcc2c3c0237404e0fc Mon Sep 17 00:00:00 2001 From: Weiyuan Wu Date: Mon, 22 Jan 2024 20:28:04 -0800 Subject: [PATCH] use nightly format check --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f3fc37..f21a490 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,10 @@ jobs: env: DEBIAN_FRONTEND: noninteractive - - uses: dtolnay/rust-toolchain@1.72.0 - + - uses: dtolnay/rust-toolchain@master + with: + toolchain: nightly + components: rustfmt - name: Install python uses: actions/setup-python@v2