From 3eff6f591df830ef30db2c1b833c35b03ece42c7 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Wed, 12 Jul 2023 21:07:09 +0100 Subject: [PATCH] maybe that will fix it --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08acbd8..709cc7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: nightly override: true - uses: actions-rs/cargo@v1 with: