From b4b01b7479c1aa1c9807857fd3079e68ce960432 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Thu, 9 Jun 2022 18:14:37 -0700 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77eb257..6611702 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 + with: + toolchain: stable - uses: Swatinem/rust-cache@v1 - uses: actions-rs/cargo@v1 with: