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 7bf69d9 commit 2a51136Copy full SHA for 2a51136
.github/workflows/windows.yml
@@ -37,6 +37,7 @@ jobs:
37
choco install -y --no-progress git
38
echo "C:\Program Files\Git\cmd" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
39
choco install -y --no-progress rustup.install
40
+ refreshenv
41
rustup toolchain install nightly-2024-05-18-aarch64-pc-windows-msvc
42
rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-pc-windows-msvc
43
0 commit comments