diff options
| author | Fuwn <[email protected]> | 2023-02-07 00:15:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-02-07 00:15:36 +0000 |
| commit | 231fe1ad64a8d51a3da16fa64ac4b1dd3b9635c4 (patch) | |
| tree | 12b935a4094063032f77de93c21bce101a4f5ab1 /.github/workflows | |
| parent | feat: mathjax latex rendering (diff) | |
| download | september-231fe1ad64a8d51a3da16fa64ac4b1dd3b9635c4.tar.xz september-231fe1ad64a8d51a3da16fa64ac4b1dd3b9635c4.zip | |
ci(check.yaml): correct rust toolchain
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 570487b..70b3528 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,7 +24,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-03-08 + toolchain: 1.66.0 components: rustfmt, clippy override: true |