Skip to content

Commit 1227dfc

Browse files
committed
Use rustc stable for check_commits
Otherwise, the compiler will panic when using 1.57 for upcoming commits.
1 parent df237ba commit 1227dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
check_commits:
148148
runs-on: ubuntu-latest
149149
env:
150-
TOOLCHAIN: 1.57.0
150+
TOOLCHAIN: stable
151151
steps:
152152
- name: Checkout source code
153153
uses: actions/checkout@v3

0 commit comments

Comments
 (0)