From 4396486c031894ed6b5858484d29b80c1ae89dd7 Mon Sep 17 00:00:00 2001 From: Urhengulas Date: Fri, 5 Aug 2022 14:56:59 +0200 Subject: [PATCH] Fix 2 --- .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 3dc2ce6..55a1c51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install rust run: | rustup toolchain install ${{ matrix.rust }} - rustup set default-host ${{ matrix.rust }}-${{ matrix.host.target }} + rustup default ${{ matrix.rust }} rustup toolchain list rustup target add ${{ env.CORE_TARGET }} --toolchain ${{ matrix.rust }} - name: make rustc version available to cache keys