Use rustc stable for check_commits
authorJeffrey Czyz <jkczyz@gmail.com>
Fri, 14 Jul 2023 20:02:29 +0000 (15:02 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 14 Jul 2023 20:02:29 +0000 (15:02 -0500)
Otherwise, the compiler will panic when using 1.57 for upcoming commits.

.github/workflows/build.yml

index 9ebfd1257216271357018313999e0d9976e85cd5..525dcbe5f068b6eeaa3e865ee614e029f4168430 100644 (file)
@@ -147,7 +147,7 @@ jobs:
   check_commits:
     runs-on: ubuntu-latest
     env:
-      TOOLCHAIN: 1.57.0
+      TOOLCHAIN: stable
     steps:
       - name: Checkout source code
         uses: actions/checkout@v3