From e826882ca220b506f2b508f54bbf13170301b2f2 Mon Sep 17 00:00:00 2001 From: aidan Date: Mon, 13 May 2024 13:42:33 +0200 Subject: [PATCH] ci: Add nightly toolchain to fmt job --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 49154131..95d0c277 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable + with: + toolchain: nightly - name: List version run: | cargo --version