ci: 使用最新 nightly 执行 check

This commit is contained in:
amtoaer
2025-01-12 03:13:59 +08:00
parent 368b9ef735
commit 05aa30119e

View File

@@ -26,7 +26,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- run: rustup default nightly-2024-04-30 && rustup component add rustfmt clippy
- run: rustup default nightly && rustup component add rustfmt clippy
- name: Cache dependencies
uses: swatinem/rust-cache@v2