From 1e91194c0a63482bf2f87589ea4f55e70c27e284 Mon Sep 17 00:00:00 2001 From: pihme Date: Wed, 10 Aug 2022 20:33:50 +0200 Subject: [PATCH] ci: try nightly toolchain --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9771c7..f4f2d3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Install latest rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: nightly default: true override: true