Skip to content

Commit 314edf1

Browse files
authored
1 parent bf5dc2b commit 314edf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
scoop install [email protected] --global
7575
echo "C:\ProgramData\scoop\shims;C:\Users\runneradmin\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
7676
- uses: dtolnay/rust-toolchain@nightly
77+
- run: |
78+
cargo install rustup-toolchain-install-master
79+
rustup-toolchain-install-master -c cargo e65225bb3f98a0001676c0cc139656e7209590c2
7780
- name: Build uwp
7881
if: contains(matrix.target, 'uwp')
7982
shell: cmd

0 commit comments

Comments
 (0)