aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-02-07 00:15:36 +0000
committerFuwn <[email protected]>2023-02-07 00:15:36 +0000
commit231fe1ad64a8d51a3da16fa64ac4b1dd3b9635c4 (patch)
tree12b935a4094063032f77de93c21bce101a4f5ab1 /.github/workflows
parentfeat: mathjax latex rendering (diff)
downloadseptember-231fe1ad64a8d51a3da16fa64ac4b1dd3b9635c4.tar.xz
september-231fe1ad64a8d51a3da16fa64ac4b1dd3b9635c4.zip
ci(check.yaml): correct rust toolchain
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check.yaml2
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