Skip to content

Commit 248fa55

Browse files
matkladlnicola
andcommitted
Update .github/workflows/release.yaml
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent f4fe2ea commit 248fa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
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
6565

6666
- name: Install Rust toolchain
67-
run: rustup update stable && rustup target add ${{ matrix.target }} && rustup component add rust-src
67+
run: rustup update stable && rustup target add ${{ matrix.target }} && rustup component add rust-src
6868

6969
- name: Install Node.js
7070
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)