From ab2d55bf0080479dd28f52c626d78e2f8fdd61bf Mon Sep 17 00:00:00 2001 From: MorningTZH Date: Thu, 9 Jan 2025 11:21:27 +0800 Subject: [PATCH] ci: update rust Signed-off-by: MorningTZH --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0fb45f7..58f389fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v3 - - run: rustup toolchain install nightly --component rustfmt + - run: rustup toolchain install nightly --component rustfmt && rustup update - name: Install Protoc uses: arduino/setup-protoc@v1.1.2 with: