We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fe2ea commit 248fa55Copy full SHA for 248fa55
.github/workflows/release.yaml
@@ -64,7 +64,7 @@ jobs:
64
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
65
66
- name: Install Rust toolchain
67
- 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
68
69
- name: Install Node.js
70
uses: actions/setup-node@v1
0 commit comments