Unnamed repository; edit this file 'description' to name the repository.
Update .github/workflows/release.yaml
Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Aleksey Kladov 2022-07-16
parent f4fe2ea · commit 248fa55
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
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