From 1d24c1d2aeea80a6cc8fb24105441a31c02d3be5 Mon Sep 17 00:00:00 2001 From: Imbris Date: Sat, 16 Sep 2023 02:32:01 -0400 Subject: [PATCH] fix typo --- .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 beb81d3..f840828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Setup rust toolchain (nightly) if: matrix.rust == 'nightly' run: | - rupstup toolchain install nightly + rustup toolchain install nightly rustup override set nightly - name: Build