File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,14 @@ jobs:
36
36
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
37
37
choco install -y --no-progress git
38
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
+ rustup toolchain install nightly-2024-05-18-aarch64-pc-windows-msvc
41
+ rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-pc-windows-msvc
39
42
40
43
- uses : actions/checkout@v3
41
44
with :
42
45
submodules : true
43
46
44
- - name : Install Rust
45
- run : |
46
- choco install -y --no-progress rustup.install
47
- rustup toolchain install nightly-2024-05-18-aarch64-pc-windows-msvc
48
- rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-pc-windows-msvc
49
-
50
47
- name : Build binaries
51
48
run : sh tool/build_windows.sh aarch64
52
49
You can’t perform that action at this time.
0 commit comments