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 bf5dc2b commit 314edf1Copy full SHA for 314edf1
.github/workflows/rust.yml
@@ -74,6 +74,9 @@ jobs:
74
scoop install [email protected] --global
75
echo "C:\ProgramData\scoop\shims;C:\Users\runneradmin\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
76
- uses: dtolnay/rust-toolchain@nightly
77
+ - run: |
78
+ cargo install rustup-toolchain-install-master
79
+ rustup-toolchain-install-master -c cargo e65225bb3f98a0001676c0cc139656e7209590c2
80
- name: Build uwp
81
if: contains(matrix.target, 'uwp')
82
shell: cmd
0 commit comments