From 248fa55fc7130198a8f529137736173aa13437ce Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 14 Jul 2022 20:56:37 +0100 Subject: [PATCH] Update .github/workflows/release.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurențiu Nicola --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cb4d220fcc..9b9a741437 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: run: Rename-Item C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc.old - name: Install Rust toolchain - run: rustup update stable && rustup target add ${{ matrix.target }} && rustup component add rust-src + run: rustup update stable && rustup target add ${{ matrix.target }} && rustup component add rust-src - name: Install Node.js uses: actions/setup-node@v1