Skip to content

Commit

Permalink
ci: 使用较旧的 rust nightly 版本,避免语言变更导致的编译失败 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer authored May 31, 2024
1 parent 73f97f9 commit 67de151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- run: rustup toolchain install nightly && rustup default nightly && rustup component add rustfmt clippy
- run: rustup default nightly-2024-04-30 && rustup component add rustfmt clippy

- name: Cache dependencies
uses: swatinem/rust-cache@v2
Expand Down

0 comments on commit 67de151

Please sign in to comment.