From 072024cd04dada219d7d01c8d16ce116f4689668 Mon Sep 17 00:00:00 2001 From: Matt <1009003+tantaman@users.noreply.github.com> Date: Thu, 29 Jun 2023 11:49:30 -0400 Subject: [PATCH] get rustup on msys? --- .github/workflows/c-tests.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/c-tests.yaml b/.github/workflows/c-tests.yaml index fa31f9c67..22ab9518f 100644 --- a/.github/workflows/c-tests.yaml +++ b/.github/workflows/c-tests.yaml @@ -26,16 +26,11 @@ jobs: path: ./ load-mode: strict - - name: Rust Nightly - if: runner.os != 'Windows' - run: | - rustup default nightly - rustup update - - name: Rust Nightly Win if: runner.os == 'Windows' shell: msys2 {0} run: | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup default nightly rustup update