From c0ee6b1d2c3f4a184f4377088ba8f4509562731f Mon Sep 17 00:00:00 2001 From: Marcella Hastings Date: Wed, 21 Jun 2023 15:55:34 -0400 Subject: [PATCH] try different rustup command #344 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 289d0ffa..d5ee6c3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,9 +17,9 @@ jobs: uses: actions/checkout@v3 - name: Install stable toolchain - run: rustup toolchain install 1.70 + run: rustup update 1.70 - - name: Install nightly toolchain (for rustfmt) + - name: Install nightly toolchain (for rustfmt only) run: rustup toolchain install nightly --profile minimal --component rustfmt - name: Install cargo-make (fast!)